Fix empty bubble on accepting a new key

// FREEBIE
This commit is contained in:
lilia 2017-05-02 13:50:48 -07:00
parent af90998aa1
commit a5a9118c5c

View file

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