Don't show duplicate modals on signal.me links
This commit is contained in:
parent
7cd566726f
commit
19e51862ba
1 changed files with 4 additions and 0 deletions
|
@ -494,6 +494,8 @@ export function createIPCEvents(
|
||||||
trigger('showConversation', convoId);
|
trigger('showConversation', convoId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
// We will show not found modal on error
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
const maybeUsername = parseUsernameFromSignalDotMeHash(hash);
|
const maybeUsername = parseUsernameFromSignalDotMeHash(hash);
|
||||||
|
@ -508,6 +510,8 @@ export function createIPCEvents(
|
||||||
trigger('showConversation', convoId);
|
trigger('showConversation', convoId);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
// We will show not found modal on error
|
||||||
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
log.info('showConversationViaSignalDotMe: invalid E164');
|
log.info('showConversationViaSignalDotMe: invalid E164');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue