Fix issue where 'delete messages' was not clickable second time
This commit is contained in:
parent
c8ea2e9463
commit
629dc8737b
1 changed files with 1 additions and 1 deletions
|
@ -1428,7 +1428,7 @@
|
|||
await this.confirm(i18n('deleteConversationConfirmation'));
|
||||
try {
|
||||
await this.model.destroyMessages();
|
||||
this.remove();
|
||||
this.unload('delete messages');
|
||||
} catch (error) {
|
||||
window.log.error(
|
||||
'destroyMessages: Failed to successfully delete conversation',
|
||||
|
|
Loading…
Add table
Reference in a new issue