SignalProtocolStore: Make preKeys and kyberPreKeys zone-aware

This commit is contained in:
Scott Nonnenberg
2025-08-05 05:19:24 +10:00
committed by GitHub
parent 313d832542
commit 7553a85b1c
8 changed files with 202 additions and 91 deletions

View File

@@ -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>;