Changeset de3d24b in Klonkt for src/routes/posts.js
- Timestamp:
- 06/24/2026 01:53:00 PM (3 months ago)
- Branches:
- main
- Children:
- ffa53cc
- Parents:
- 7c44c12
- File:
-
- 1 edited
-
src/routes/posts.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/posts.js
r7c44c12 rde3d24b 538 538 // Resolve + deliver in the background so Send responds instantly. 539 539 ActivityPubService.resolveRemoteNote(uri) 540 .then((parent) => parent && ActivityPubService.deliverReply(site, { postId: '', postSlug: null, parent, text }))540 .then((parent) => parent && ActivityPubService.deliverReply(site, { postId: parent.localPostId || '', postSlug: null, parent, text })) 541 541 .catch((e) => console.warn('[AP] remote reply failed:', e.message)); 542 542 }
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)