fix(fedi): Following tab 500'd — render call pointed to missing 'pages/following'
The path-rename sed also rewrote renderPage('pages/volgend') -> 'pages/following', but the
view file was still volgend.ejs, so GET /following rendered a non-existent view (500) and
the tab did nothing (and left the page in an error state, so Notifications looked broken
too). Renamed the view volgend.ejs -> following.ejs so the route resolves (and the filename
is English now too).
(No files)
Note:
See TracChangeset
for help on using the changeset viewer.