Ensure call-only conversations appear in left pane

This commit is contained in:
trevor-signal 2023-05-02 12:20:54 -04:00 committed by Josh Perez
parent a02fdc9049
commit a6aec37b75

View file

@ -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);