Changeset e84ce32 in Klonkt for src/services/ActivityPubService.js
- Timestamp:
- 07/24/2026 05:34:51 PM (7 weeks ago)
- Branches:
- main
- Children:
- 1a2d8ac
- Parents:
- 318d0c2
- File:
-
- 1 edited
-
src/services/ActivityPubService.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/services/ActivityPubService.js
r318d0c2 re84ce32 3162 3162 if (!texts) return; 3163 3163 const who = deriveHandle(ev.candidate || ev.ward || ev.guardian || '') || '?'; 3164 pushEvent(slug, { type: 'guardian', title: i18nT(L, texts[0]), body: i18nT(L, texts[1], { who }), url: '/guardian' }); 3164 // An offer is answered in the kid's own Berichten; a ward's accept lands 3165 // in the guardian's PWA. 3166 const url = ev.kind === 'offer_received' ? `${pushPrefix(slug)}/messages` : '/guardian'; 3167 pushEvent(slug, { type: 'guardian', title: i18nT(L, texts[0]), body: i18nT(L, texts[1], { who }), url }); 3165 3168 }, 3166 3169 });
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)