Unarchive conversations when we add a calling event to it
This commit is contained in:
parent
584b39baa8
commit
a160fb7963
1 changed files with 4 additions and 0 deletions
|
@ -3153,6 +3153,10 @@ export class ConversationModel extends window.Backbone
|
||||||
|
|
||||||
this.trigger('newmessage', model);
|
this.trigger('newmessage', model);
|
||||||
this.updateUnread();
|
this.updateUnread();
|
||||||
|
|
||||||
|
if (this.get('isArchived')) {
|
||||||
|
this.setArchived(false);
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue