Changeset 92a2c46 in Klonkt for src/routes
- Timestamp:
- 07/17/2026 01:11:58 AM (8 weeks ago)
- Branches:
- main
- Children:
- 7d19465
- Parents:
- 67c1f24
- git-author:
- Robin <roboburr@…> (07/17/2026 01:11:44 AM)
- git-committer:
- Robin <roboburr@…> (07/17/2026 01:11:58 AM)
- File:
-
- 1 edited
-
src/routes/posts.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/posts.js
r67c1f24 r92a2c46 619 619 } 620 620 renderPage(req, res, 'pages/authorize-interaction', { 621 pageTitle : 'Interacteer via de fediverse',621 pageTitleKey: 'fedi.remote_interact', // i18n: was hardcoded Dutch on non-NL sites 622 622 bodyClass: 'on-special', 623 623 uri, … … 726 726 const items = site ? ActivityPubService.listOutbox(site.slug) : []; 727 727 renderPage(req, res, 'pages/authorize-interaction', { 728 pageTitle : 'Mijn fediverse-reacties', bodyClass: 'on-special',728 pageTitleKey: 'fedi.manage_title', bodyClass: 'on-special', // i18n: was hardcoded Dutch 729 729 manage: items, uri: '', target: null, sent: false, siteTitle: site ? site.title : '', 730 730 });
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)