From a5a9118c5c8c02543f85a1c6cc68b29837292f2f Mon Sep 17 00:00:00 2001 From: lilia Date: Tue, 2 May 2017 13:50:48 -0700 Subject: [PATCH] Fix empty bubble on accepting a new key // FREEBIE --- js/views/inbox_view.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/views/inbox_view.js b/js/views/inbox_view.js index 6c129018b..1f6e0d51e 100644 --- a/js/views/inbox_view.js +++ b/js/views/inbox_view.js @@ -84,7 +84,7 @@ inboxCollection.on('messageError', function() { this.networkStatusView.render(); - }); + }.bind(this)); this.inboxListView = new Whisper.ConversationListView({ el : this.$('.inbox'),