After clearing messages, leave conversation open

Fixes #178
This commit is contained in:
lilia 2015-03-03 10:39:09 -08:00
parent ce5f6e41a8
commit 9d94bce92a

View file

@ -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();
},