Follow up Key Transparency changes

Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
Fedor Indutny
2026-02-04 06:59:44 -08:00
committed by GitHub
parent 0cd77e1081
commit f9bd84445c
23 changed files with 515 additions and 48 deletions

View File

@@ -1022,6 +1022,7 @@ type ReadableInterface = {
getAllMegaphoneIds: () => ReadonlyArray<RemoteMegaphoneId>;
hasMegaphone: (megaphoneId: RemoteMegaphoneId) => boolean;
getAllKTAcis: () => ReadonlyArray<AciString>;
getKTAccountData: (aci: AciString) => Uint8Array | undefined;
getAllPinnedMessages: () => ReadonlyArray<PinnedMessage>;
@@ -1396,6 +1397,7 @@ type WritableInterface = {
snoozeMegaphone: (megaphoneId: RemoteMegaphoneId) => void;
internalDeleteAllMegaphones: () => number;
removeAllKTAccountData: () => void;
setKTAccountData: (aci: AciString, data: Uint8Array) => void;
appendPinnedMessage: (