Don't revoke convo avatar URL on unload - we will need it again

FREEBIE
This commit is contained in:
Scott Nonnenberg 2017-08-15 09:32:14 -07:00
parent dd8e20b9c3
commit 241e26dc17

View file

@ -256,7 +256,6 @@
model.trigger('unload');
});
this.model.messageCollection.reset([]);
this.model.revokeAvatarUrl();
},
trim: function() {