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'));
|
await this.confirm(i18n('deleteConversationConfirmation'));
|
||||||
try {
|
try {
|
||||||
await this.model.destroyMessages();
|
await this.model.destroyMessages();
|
||||||
this.remove();
|
this.unload('delete messages');
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
window.log.error(
|
window.log.error(
|
||||||
'destroyMessages: Failed to successfully delete conversation',
|
'destroyMessages: Failed to successfully delete conversation',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue