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:
|
default:
|
||||||
throw missingCaseError(callHistoryDetails);
|
throw missingCaseError(callHistoryDetails);
|
||||||
}
|
}
|
||||||
|
|
||||||
// This is sometimes called inside of another conversation queue job so if
|
// This is sometimes called inside of another conversation queue job so if
|
||||||
// awaited it would block on this forever.
|
// awaited it would block on this forever.
|
||||||
drop(
|
drop(
|
||||||
|
@ -3466,6 +3465,7 @@ export class ConversationModel extends window.Backbone
|
||||||
|
|
||||||
this.trigger('newmessage', model);
|
this.trigger('newmessage', model);
|
||||||
void this.updateUnread();
|
void this.updateUnread();
|
||||||
|
this.set('active_at', timestamp);
|
||||||
|
|
||||||
if (canConversationBeUnarchived(this.attributes)) {
|
if (canConversationBeUnarchived(this.attributes)) {
|
||||||
this.setArchived(false);
|
this.setArchived(false);
|
||||||
|
|
Loading…
Add table
Reference in a new issue