Fix incorrect conversation id for incoming open group messages

pull/1186/head
Maxim Shishmarev 5 years ago
parent bbea23ed7c
commit 7fe6583608

@ -650,9 +650,7 @@ export async function handleMessageEvent(event: any): Promise<void> {
confirm(); confirm();
return; return;
} }
} } else if (source !== ourNumber) {
if (source !== ourNumber) {
// Ignore auth from our devices // Ignore auth from our devices
conversationId = primarySource.key; conversationId = primarySource.key;
} }

Loading…
Cancel
Save