Changeset a29c8c8 in Klonkt for src/services/ActivityPubService.js
- Timestamp:
- 08/07/2026 01:51:38 PM (5 weeks ago)
- Branches:
- main
- Children:
- 7cfe35a
- Parents:
- 792af53
- git-author:
- Robin <roboburr@…> (08/07/2026 01:51:36 PM)
- git-committer:
- roboburr <roboburr@…> (08/07/2026 01:51:38 PM)
- File:
-
- 1 edited
-
src/services/ActivityPubService.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/services/ActivityPubService.js
r792af53 ra29c8c8 2174 2174 // Requires our own base prefix on the tag href — /ap/users/<slug> on a REMOTE host is 2175 2175 // someone else's actor, not ours. 2176 // Een markering op een hulpvraag (shaer-lgo): een mede-guardian laat weten 2177 // dat hij ernaar kijkt, of dat het is afgehandeld. Gewone directe note met 2178 // een shaer:-markering, net als de zwaai -- dus die komt hier langs. VOOR de 2179 // mention-opslag, want dit is staat en geen bericht om te bewaren; de ward 2180 // krijgt hem wel als bericht te lezen, en dat gebeurt hieronder. 2181 if (actorUri && !isLocalActor) { 2182 const mark = Guardianship.help.parseMarker(o); 2183 if (mark) { 2184 const ai = actorInfo(await resolveActor(actorUri).catch(() => null), actorUri); 2185 Guardianship.help.record(mark.noteUri, actorUri, mark.kind, ai && ai.handle); 2186 console.log('[AP] help', mark.kind, actorUri, '→', mark.noteUri); 2187 } 2188 } 2176 2189 if (actorUri && !isLocalActor && o.id) { 2177 2190 const slugs = localMentionSlugs(o.tag, base);
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)