mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 12:19:41 +00:00
Unarchive conversations when we add a calling event to it
This commit is contained in:
@@ -3153,6 +3153,10 @@ export class ConversationModel extends window.Backbone
|
||||
|
||||
this.trigger('newmessage', model);
|
||||
this.updateUnread();
|
||||
|
||||
if (this.get('isArchived')) {
|
||||
this.setArchived(false);
|
||||
}
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user