Fix empty bubble on accepting a new key

// FREEBIE
pull/749/head
lilia 8 years ago
parent af90998aa1
commit a5a9118c5c

@ -84,7 +84,7 @@
inboxCollection.on('messageError', function() {
this.networkStatusView.render();
});
}.bind(this));
this.inboxListView = new Whisper.ConversationListView({
el : this.$('.inbox'),

Loading…
Cancel
Save