mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-24 18:38:15 +01:00
Key Transparency
This commit is contained in:
@@ -1021,6 +1021,8 @@ type ReadableInterface = {
|
||||
getAllMegaphones: () => ReadonlyArray<RemoteMegaphoneType>;
|
||||
hasMegaphone: (megaphoneId: RemoteMegaphoneId) => boolean;
|
||||
|
||||
getKTAccountData: (aci: AciString) => Uint8Array | undefined;
|
||||
|
||||
getAllPinnedMessages: () => ReadonlyArray<PinnedMessage>;
|
||||
getPinnedMessagesPreloadDataForConversation: (
|
||||
conversationId: string
|
||||
@@ -1393,6 +1395,8 @@ type WritableInterface = {
|
||||
snoozeMegaphone: (megaphoneId: RemoteMegaphoneId) => void;
|
||||
internalDeleteAllMegaphones: () => number;
|
||||
|
||||
setKTAccountData: (aci: AciString, data: Uint8Array) => void;
|
||||
|
||||
appendPinnedMessage: (
|
||||
pinnedMessagesLimit: number,
|
||||
pinnedMessageParams: PinnedMessageParams
|
||||
|
||||
Reference in New Issue
Block a user