Changeset e91849c in Klonkt for src/services/ActivityPubService.js
- Timestamp:
- 06/25/2026 10:21:29 PM (3 months ago)
- Branches:
- main
- Children:
- 67fe576
- Parents:
- 2902320
- File:
-
- 1 edited
-
src/services/ActivityPubService.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/services/ActivityPubService.js
r2902320 re91849c 410 410 if (r.kind !== 'reply') continue; 411 411 nodes.push({ 412 noteId: r.object_uri, parent: r.parent_uri || null, mine: false, 412 noteId: r.object_uri, parent: r.parent_uri || null, mine: false, id: r.id, 413 413 actor_name: r.actor_name, actor_handle: r.actor_handle, actor_url: r.actor_url, 414 414 actor_icon: r.actor_icon, content: r.content, created_at: r.published || r.created_at,
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)