updateCallHistoryForGroupCall: If exists, update left pane preview

This commit is contained in:
Scott Nonnenberg 2022-06-27 10:10:09 -07:00 committed by GitHub
parent 4568527232
commit 09124446a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3138,6 +3138,7 @@ export class ConversationModel extends window.Backbone
(await window.Signal.Data.hasGroupCallHistoryMessage(this.id, eraId));
if (alreadyHasMessage) {
this.updateLastMessage();
return false;
}