Fix Redux update on conversation trigger
This commit is contained in:
parent
518ebc315e
commit
951796a389
1 changed files with 2 additions and 0 deletions
|
@ -1047,6 +1047,8 @@ export async function startApp(): Promise<void> {
|
|||
|
||||
convoCollection.on('remove', conversation => {
|
||||
const { id } = conversation || {};
|
||||
|
||||
conversation.trigger('unload', 'removed');
|
||||
conversationRemoved(id);
|
||||
});
|
||||
convoCollection.on('add', conversation => {
|
||||
|
|
Loading…
Add table
Reference in a new issue