mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-05-08 08:58:38 +01:00
Explicitly save active_at status on call receipt
This commit is contained in:
committed by
Josh Perez
parent
ff4ea76005
commit
4bc81fd51a
@@ -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);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
);
|
);
|
||||||
|
|||||||
Reference in New Issue
Block a user