mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Stop calling updateInbox all the time
Now that the inbox collection keeps itself in sync, we don't have the data duplication that was forcing us to reload constantly. // FREEBIE
This commit is contained in:
@@ -50,7 +50,6 @@
|
||||
});
|
||||
} else {
|
||||
openConversation(conversation);
|
||||
ConversationController.updateInbox();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user