Changeset 4d63c36 in Klonkt


Ignore:
Timestamp:
06/30/2026 05:59:09 AM (2 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
61514f2
Parents:
bea59a1
Message:

chore(federation): bump SELFHEAL_VERSION 2->3 for a one-time timeline re-sync

Triggers selfHealTimeline once per instance at boot to re-fetch cached notes — catches up the
edits/staleness that accumulated while there was no inbound Update handler. Going forward the
new Update handler keeps it fresh live.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/services/ActivityPubService.js

    rbea59a1 r4d63c36  
    14881488// during a flux window, e.g. a fleet-wide update), and drops notes that are gone
    14891489// (404/410). Bump SELFHEAL_VERSION only on a release that warrants a re-sync.
    1490 const SELFHEAL_VERSION = 2;
     1490const SELFHEAL_VERSION = 3;
    14911491async function fetchNoteAP(url) {
    14921492  try {
Note: See TracChangeset for help on using the changeset viewer.