Changeset bfd9c73 in Klonkt for src/routes/activitypub.js
- Timestamp:
- 08/08/2026 10:09:50 PM (4 weeks ago)
- Branches:
- main
- Children:
- 8179fdb
- Parents:
- 1d76e0e
- git-author:
- Robin <roboburr@…> (08/08/2026 10:09:48 PM)
- git-committer:
- roboburr <roboburr@…> (08/08/2026 10:09:50 PM)
- File:
-
- 1 edited
-
src/routes/activitypub.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/activitypub.js
r1d76e0e rbfd9c73 321 321 const base = baseUrl(req); 322 322 const me = `${base}/ap/users/${auth.site.slug}`; 323 AP.sendAP(res, { '@context': AP.AP_CONTEXT, ...build(`${me}/queues/${name}`, auth.site.slug, me) }); 323 // 304 als er niets veranderde (Barts punt, 9-8). Zonder dit haalde een app 324 // bij elke actie de hele lijst opnieuw op -- een hulpvraag afvinken vroeg de 325 // honderd wards inclusief poorten terug. 326 AP.sendMaybe304(req, res, { '@context': AP.AP_CONTEXT, ...build(`${me}/queues/${name}`, auth.site.slug, me) }); 324 327 }); 325 328 }
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)