mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
No Backbone in data layer; server/client interfaces are now similar
This commit is contained in:
@@ -318,9 +318,7 @@ export async function joinViaLink(hash: string): Promise<void> {
|
||||
window.ConversationController.dangerouslyRemoveById(
|
||||
tempConversation.id
|
||||
);
|
||||
await window.Signal.Data.removeConversation(tempConversation.id, {
|
||||
Conversation: window.Whisper.Conversation,
|
||||
});
|
||||
await window.Signal.Data.removeConversation(tempConversation.id);
|
||||
}
|
||||
|
||||
throw error;
|
||||
|
||||
Reference in New Issue
Block a user