Merge branch 'master' into develop

This commit is contained in:
Barış Soner Uşaklı
2025-03-09 11:14:23 -04:00
2 changed files with 1 additions and 3 deletions

View File

@@ -309,7 +309,6 @@ inbox.announce = async (req) => {
}
({ tid } = assertion);
await topics.updateLastPostTime(tid, timestamp);
await activitypub.notes.updateLocalRecipients(pid, { to, cc });
await activitypub.notes.syncUserInboxes(tid);
}