mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-17 13:20:23 +01:00
b24dad23ea
When searching for an existing conversation using a phone number, it’s possible to click on ‘Start conversation…’ and have that new dummy entry overwrite the existing conversation. This change ensures we are always showing a dummy conversation model that is not part of the conversation collection. Adding it is always idempotent as it goes through `getOrCreateAndWait`.