diff --git a/js/background.js b/js/background.js index 83d8114eb6..7e84cb9e44 100644 --- a/js/background.js +++ b/js/background.js @@ -538,7 +538,8 @@ ) { const profileKey = data.message.profileKey.toArrayBuffer(); const sender = await ConversationController.getOrCreateAndWait( - messageDescriptor.source, 'private' + messageDescriptor.id, + 'private' ); await sender.setProfileKey(profileKey); return confirm();