No Backbone in data layer; server/client interfaces are now similar

This commit is contained in:
Scott Nonnenberg
2021-12-10 14:51:54 -08:00
committed by GitHub
parent 064bbfe97a
commit 34fd945f83
31 changed files with 573 additions and 1021 deletions
+1 -3
View File
@@ -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;