Changeset 1d76e0e in Klonkt for src/routes/posts.js
- Timestamp:
- 08/08/2026 09:51:53 PM (4 weeks ago)
- Branches:
- main
- Children:
- bfd9c73
- Parents:
- df70d8e
- git-author:
- Robin <roboburr@…> (08/08/2026 09:51:49 PM)
- git-committer:
- Robin <roboburr@…> (08/08/2026 09:51:53 PM)
- File:
-
- 1 edited
-
src/routes/posts.js (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/posts.js
rdf70d8e r1d76e0e 802 802 } 803 803 renderPage(req, res, 'pages/authorize-interaction', { 804 pageJs: 'authorize-interaction ',804 pageJs: 'authorize-interaction reply-editor', 805 805 pageTitleKey: 'fedi.remote_interact', // i18n: was hardcoded Dutch on non-NL sites 806 806 bodyClass: 'on-special', … … 949 949 : []).filter((o) => o['shaer:ward'] === gMe && o['shaer:needsMyAccept']); 950 950 renderPage(req, res, 'pages/messages', { 951 pageTitleKey: 'msg.title', bodyClass: 'on-special', pageJs: 'messages ', items, seenAt,951 pageTitleKey: 'msg.title', bodyClass: 'on-special', pageJs: 'messages reply-editor', items, seenAt, 952 952 hasMore, nextOffset: offset + FEED_PAGE, moreBase, guardianOffers, 953 953 success: req.query.success || null, error: req.query.error || null, … … 1530 1530 1531 1531 renderPage(req, res, 'pages/post', { 1532 pageJs: 'post ',1532 pageJs: 'post reply-editor', 1533 1533 post, 1534 1534 poll: ActivityPubService.ownPollView(post),
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)