diff --git a/ts/receiver/receiver.ts b/ts/receiver/receiver.ts index 48bbd6908..08ccdb3b5 100644 --- a/ts/receiver/receiver.ts +++ b/ts/receiver/receiver.ts @@ -650,11 +650,9 @@ export async function handleMessageEvent(event: any): Promise { confirm(); return; } - } - - if (source !== ourNumber) { - // Ignore auth from our devices - conversationId = primarySource.key; + } else if (source !== ourNumber) { + // Ignore auth from our devices + conversationId = primarySource.key; } // the conversation with the primary device of that source (can be the same as conversationOrigin)