Clean up UUID-handling to prepare for future
This commit is contained in:
parent
5369950c1d
commit
3f58a9b762
7 changed files with 55 additions and 31 deletions
|
@ -628,6 +628,7 @@ async function removeAllSignedPreKeys() {
|
|||
const ITEM_KEYS: { [key: string]: Array<string> | undefined } = {
|
||||
identityKey: ['value.pubKey', 'value.privKey'],
|
||||
senderCertificate: ['value.serialized'],
|
||||
senderCertificateNoE164: ['value.serialized'],
|
||||
signaling_key: ['value'],
|
||||
profileKey: ['value'],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue