Changeset 2e45a369 in Klonkt

Timestamp:
06/26/2026 02:21:21 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
c69267f
Parents:
c27c945
Message:

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).

File:
1 moved

Note: See TracChangeset for help on using the changeset viewer.