Show progress dialog during delete
This commit is contained in:
parent
8c25ffd6f5
commit
8116a8561d
7 changed files with 135 additions and 130 deletions
|
@ -4013,6 +4013,7 @@ export class ConversationModel extends window.Backbone.Model<
|
|||
window.Signal.Data.updateConversation(this.attributes);
|
||||
|
||||
await window.Signal.Data.removeAllMessagesInConversation(this.id, {
|
||||
logId: this.idForLogging(),
|
||||
MessageCollection: window.Whisper.MessageCollection,
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue