Handles safety number changes while in a call
This commit is contained in:
parent
561baf6309
commit
318013e83d
26 changed files with 387 additions and 162 deletions
2
ts/textsecure.d.ts
vendored
2
ts/textsecure.d.ts
vendored
|
@ -123,7 +123,7 @@ export type StorageProtocolType = StorageType & {
|
|||
clearSignedPreKeysStore: () => Promise<void>;
|
||||
clearSessionStore: () => Promise<void>;
|
||||
isTrustedIdentity: () => void;
|
||||
isUntrusted: (id: string) => Promise<boolean>;
|
||||
isUntrusted: (id: string) => boolean;
|
||||
storePreKey: (keyId: number, keyPair: KeyPairType) => Promise<void>;
|
||||
storeSignedPreKey: (
|
||||
keyId: number,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue