mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Always use sender certificates including UUID
This commit is contained in:
@@ -618,7 +618,6 @@ async function removeAllSignedPreKeys() {
|
||||
const ITEM_KEYS: { [key: string]: Array<string> | undefined } = {
|
||||
identityKey: ['value.pubKey', 'value.privKey'],
|
||||
senderCertificate: ['value.serialized'],
|
||||
senderCertificateWithUuid: ['value.serialized'],
|
||||
signaling_key: ['value'],
|
||||
profileKey: ['value'],
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user