Changeset 0fc5db5 in Klonkt


Ignore:
Timestamp:
06/30/2026 06:57:47 PM (2 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
b1edba0
Parents:
f7ed139
Message:

chore(federation): bump SELFHEAL_VERSION to 5 (heal embed-post covers in feeds)

Re-fetch cached timeline notes once so existing embed/link-only posts pick up the new note.image
cover and show a thumbnail in the Cirkel/News feed.

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/services/ActivityPubService.js

    rf7ed139 r0fc5db5  
    15451545// during a flux window, e.g. a fleet-wide update), and drops notes that are gone
    15461546// (404/410). Bump SELFHEAL_VERSION only on a release that warrants a re-sync.
    1547 const SELFHEAL_VERSION = 4;
     1547const SELFHEAL_VERSION = 5; // v5: re-fetch so embed/link-only posts pick up the note.image cover in feeds
    15481548async function fetchNoteAP(url) {
    15491549  try {
Note: See TracChangeset for help on using the changeset viewer.