Changeset fb22f78 in Klonkt for src/routes/activitypub.js
- Timestamp:
- 08/08/2026 04:57:37 AM (5 weeks ago)
- Branches:
- main
- Children:
- 47ca083
- Parents:
- 39a9d21
- git-author:
- Robin <roboburr@…> (08/08/2026 04:57:33 AM)
- git-committer:
- Robin <roboburr@…> (08/08/2026 04:57:37 AM)
- File:
-
- 1 edited
-
src/routes/activitypub.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/activitypub.js
r39a9d21 rfb22f78 133 133 ORDER BY COALESCE(published_at, created_at) DESC LIMIT 20` 134 134 ).all(site.id); 135 const ob = AP.buildOutbox(baseUrl(req), site, posts); 135 // De tracks gaan mee voor iedereen die de deur door mag; de blocked-tak 136 // hierboven levert bewust een outbox ZONDER posts en zonder tracks. 137 const ob = AP.buildOutbox(baseUrl(req), site, posts, AP.siteOpenTracks(site.id)); 136 138 if (audience === 'friend') { 137 139 // The owner's app builds its feed from this leg, and every note here is
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)