Changeset e951b7c in Klonkt for src/routes/posts.js
- Timestamp:
- 06/25/2026 05:22:51 AM (3 months ago)
- Branches:
- main
- Children:
- 4c9c60b
- Parents:
- d7526bd
- File:
-
- 1 edited
-
src/routes/posts.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/posts.js
rd7526bd re951b7c 581 581 const site = res.locals.site; 582 582 const items = site ? ActivityPubService.getNotifications(site.slug, 80) : []; 583 if (site) ActivityPubService.markNotificationsSeen(site.slug); // viewing = seen → clears the bell badge 583 584 renderPage(req, res, 'pages/fedi-notifications', { pageTitle: 'Meldingen', bodyClass: 'on-special', items }); 584 585 });
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)