mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-23 09:58:12 +01:00
Follow up Key Transparency changes
Co-authored-by: trevor-signal <131492920+trevor-signal@users.noreply.github.com>
This commit is contained in:
@@ -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: (
|
||||
|
||||
Reference in New Issue
Block a user