mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-26 11:28:08 +01:00
SignalProtocolStore: Make preKeys and kyberPreKeys zone-aware
This commit is contained in:
@@ -958,6 +958,8 @@ type WritableInterface = {
|
||||
createOrUpdateSession: (data: SessionType) => void;
|
||||
createOrUpdateSessions: (array: Array<SessionType>) => void;
|
||||
commitDecryptResult(options: {
|
||||
kyberPreKeysToRemove: Array<PreKeyIdType>;
|
||||
preKeysToRemove: Array<PreKeyIdType>;
|
||||
senderKeys: Array<SenderKeyType>;
|
||||
sessions: Array<SessionType>;
|
||||
unprocessed: Array<UnprocessedType>;
|
||||
|
||||
Reference in New Issue
Block a user