mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Use messageDescriptor.id not source
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user