Skip to content

Commit

Permalink
Don't revoke convo avatar URL on unload - we will need it again
Browse files Browse the repository at this point in the history
FREEBIE
  • Loading branch information
scottnonnenberg committed Aug 15, 2017
1 parent dd8e20b commit 241e26d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/views/conversation_view.js
Expand Up @@ -256,7 +256,6 @@
model.trigger('unload');
});
this.model.messageCollection.reset([]);
this.model.revokeAvatarUrl();
},

trim: function() {
Expand Down

0 comments on commit 241e26d

Please sign in to comment.