Remove inboxCollection, ensure falsey active_at removes from badge count
This commit is contained in:
parent
4a8cdbd687
commit
638e3e3a58
5 changed files with 172 additions and 95 deletions
|
@ -2307,7 +2307,7 @@ export async function startApp(): Promise<void> {
|
|||
]);
|
||||
log.info('onEmpty: All outstanding database requests complete');
|
||||
window.readyForUpdates();
|
||||
window.getInboxCollection().onEmpty();
|
||||
window.ConversationController.onEmpty();
|
||||
|
||||
// Start listeners here, after we get through our queue.
|
||||
RotateSignedPreKeyListener.init(window.Whisper.events, newVersion);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue