Update release note fetcher to delete unknown saved megaphones

This commit is contained in:
ayumi-signal
2026-02-04 06:53:00 -08:00
committed by GitHub
parent b897d5b6a8
commit 0cd77e1081
5 changed files with 114 additions and 8 deletions

View File

@@ -270,6 +270,7 @@ import {
} from './server/pinnedMessages.std.js';
import {
getAllMegaphones,
getAllMegaphoneIds,
createMegaphone,
updateMegaphone,
deleteMegaphone,
@@ -501,6 +502,7 @@ export const DataReader: ServerReadableInterface = {
getOldestDeletedChatFolder,
getAllMegaphones,
getAllMegaphoneIds,
hasMegaphone,
getKTAccountData,