diff --git a/src/Utils/process-message.ts b/src/Utils/process-message.ts index b210665..e2b5c6d 100644 --- a/src/Utils/process-message.ts +++ b/src/Utils/process-message.ts @@ -150,6 +150,8 @@ const processMessage = async( const strKeyId = Buffer.from(keyId!.keyId!).toString('base64') newKeys.push(strKeyId) + logger?.trace({ strKeyId }, 'got app state sync key') + await keyStore.set({ 'app-state-sync-key': { [strKeyId]: keyData! } }) newAppStateSyncKeyId = strKeyId