Changeset bfa6fa1 in Klonkt for src/routes/posts.js
- Timestamp:
- 07/31/2026 06:02:01 PM (6 weeks ago)
- Branches:
- main
- Children:
- 72ec6a4
- Parents:
- 0ca7e9a4
- File:
-
- 1 edited
-
src/routes/posts.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/posts.js
r0ca7e9a4 rbfa6fa1 232 232 recordPageview(site.id, req); 233 233 234 // FEP-7628 slice 3: this account moved. A visitor who lands here deserves 235 // the same signpost the fediverse gets — one big link to the new address. 236 const movedTo = site.moved_to && /^https?:\/\//i.test(String(site.moved_to)) ? String(site.moved_to) : null; 234 237 renderPage(req, res, 'pages/home', { 235 238 pinnedPosts, 236 239 posts, 237 240 hasMore, nextOffset: offset + FEED_PAGE, moreBase, 241 movedTo, 242 movedToLabel: movedTo ? (ActivityPubService.actorDisplay(site.slug, movedTo).handle || movedTo) : null, 238 243 pageTitle: site.title, 239 244 socialDescr: site.description || site.tagline || '',
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)