Drop support for signaling key
This commit is contained in:
parent
31989a7706
commit
886e8966ff
9 changed files with 5 additions and 85 deletions
2
ts/types/Storage.d.ts
vendored
2
ts/types/Storage.d.ts
vendored
|
@ -98,7 +98,6 @@ export type StorageAccessType = {
|
|||
unidentifiedDeliveryIndicators: boolean;
|
||||
groupCredentials: Array<GroupCredentialType>;
|
||||
lastReceivedAtCounter: number;
|
||||
signaling_key: ArrayBuffer;
|
||||
skinTone: number;
|
||||
unreadCount: number;
|
||||
'challenge:retry-message-ids': ReadonlyArray<{
|
||||
|
@ -113,6 +112,7 @@ export type StorageAccessType = {
|
|||
|
||||
// Deprecated
|
||||
senderCertificateWithUuid: never;
|
||||
signaling_key: never;
|
||||
};
|
||||
|
||||
export interface StorageInterface {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue