Explicitly save active_at status on call receipt
This commit is contained in:
parent
ff4ea76005
commit
4bc81fd51a
1 changed files with 2 additions and 0 deletions
|
@ -3470,6 +3470,8 @@ export class ConversationModel extends window.Backbone
|
||||||
|
|
||||||
if (canConversationBeUnarchived(this.attributes)) {
|
if (canConversationBeUnarchived(this.attributes)) {
|
||||||
this.setArchived(false);
|
this.setArchived(false);
|
||||||
|
} else {
|
||||||
|
window.Signal.Data.updateConversation(this.attributes);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|
Loading…
Add table
Reference in a new issue