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();
return;
}
}
if (source !== ourNumber) {
} else if (source !== ourNumber) {
// Ignore auth from our devices
conversationId = primarySource.key;
}

Loading…
Cancel
Save