Changeset 9e1b1bb in Klonkt
- Timestamp:
- 07/01/2026 07:28:30 PM (2 months ago)
- Branches:
- main
- Children:
- badbba8
- Parents:
- 737ea05
- File:
-
- 1 edited
-
src/services/ActivityPubService.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/services/ActivityPubService.js
r737ea05 r9e1b1bb 961 961 } 962 962 if (!targetSlug) return 202; // not about us / can't tell → drop 963 const ai = actorInfo(await resolveActor(claimedActor).catch(() => null), claimedActor); 963 // Flag is GATED, so `verified` is the signer's (reporter's) actor doc already. 964 const ai = actorInfo(verified || null, claimedActor); 964 965 try { 965 966 db.prepare('INSERT INTO ap_reports (slug, actor_uri, actor_name, actor_handle, actor_icon, content, objects, created_at) VALUES (?,?,?,?,?,?,?,CURRENT_TIMESTAMP)')
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)