mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-27 05:38:12 +00:00
@@ -123,9 +123,6 @@
|
||||
destroyMessages: function(e) {
|
||||
if (confirm("Permanently delete this conversation?")) {
|
||||
this.model.destroyMessages();
|
||||
this.model.collection.remove(this.model);
|
||||
this.remove();
|
||||
this.model.trigger('destroy');
|
||||
}
|
||||
this.$el.find('.menu-list').hide();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user