Ensure call-only conversations appear in left pane
This commit is contained in:
parent
a02fdc9049
commit
a6aec37b75
1 changed files with 1 additions and 1 deletions
|
@ -3409,7 +3409,6 @@ export class ConversationModel extends window.Backbone
|
|||
default:
|
||||
throw missingCaseError(callHistoryDetails);
|
||||
}
|
||||
|
||||
// This is sometimes called inside of another conversation queue job so if
|
||||
// awaited it would block on this forever.
|
||||
drop(
|
||||
|
@ -3466,6 +3465,7 @@ export class ConversationModel extends window.Backbone
|
|||
|
||||
this.trigger('newmessage', model);
|
||||
void this.updateUnread();
|
||||
this.set('active_at', timestamp);
|
||||
|
||||
if (canConversationBeUnarchived(this.attributes)) {
|
||||
this.setArchived(false);
|
||||
|
|
Loading…
Add table
Reference in a new issue