Clean up UUID-handling to prepare for future

This commit is contained in:
Scott Nonnenberg
2020-12-09 14:26:37 -08:00
committed by GitHub
parent 5369950c1d
commit 3f58a9b762
7 changed files with 55 additions and 31 deletions

View File

@@ -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'],
};