Changeset cb3001e in Klonkt for src/routes/activitypub.js
- Timestamp:
- 08/11/2026 06:26:59 PM (4 weeks ago)
- Branches:
- main
- Children:
- aed0092
- Parents:
- fc41e04
- File:
-
- 1 edited
-
src/routes/activitypub.js (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/activitypub.js
rfc41e04 rcb3001e 182 182 }); 183 183 if (audience === 'blocked') { 184 return AP.sendAP(res, AP.buildOutbox(baseUrl(req), site, [] ), 'private, no-store');184 return AP.sendAP(res, AP.buildOutbox(baseUrl(req), site, [], [], { page: !!req.query.page }), 'private, no-store'); 185 185 } 186 186 const fanClause = audience === 'friend' ? '' : "AND (fan_only IS NULL OR fan_only = 0)"; … … 192 192 // De tracks gaan mee voor iedereen die de deur door mag; de blocked-tak 193 193 // hierboven levert bewust een outbox ZONDER posts en zonder tracks. 194 const ob = AP.buildOutbox(baseUrl(req), site, posts, AP.siteOpenTracks(site.id) );194 const ob = AP.buildOutbox(baseUrl(req), site, posts, AP.siteOpenTracks(site.id), { page: !!req.query.page }); 195 195 if (audience === 'friend') { 196 196 // 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)