Changeset f1e0c1f in Klonkt for src/routes
- Timestamp:
- 06/25/2026 07:08:31 AM (3 months ago)
- Branches:
- main
- Children:
- 5085b1d
- Parents:
- 75bda38
- File:
-
- 1 edited
-
src/routes/posts.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/routes/posts.js
r75bda38 rf1e0c1f 365 365 if (post.status !== 'published') ActivityPubService.deliverCreate(site, apPost).catch(() => { /* best-effort */ }); 366 366 else ActivityPubService.deliverUpdate(site, apPost).catch(() => { /* best-effort */ }); 367 } 368 369 // Pin/unpin changed → push an actor Update so Mastodon re-fetches the featured 370 // (pinned) collection promptly instead of waiting for its own actor refresh. 371 if ((post.pinned || 0) !== parsePinnedRank(pinned)) { 372 ActivityPubService.deliverActorUpdate(site).catch(() => { /* best-effort */ }); 367 373 } 368 374
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)