diff --git a/js/views/conversation_view.js b/js/views/conversation_view.js index e4bbe5c1e..799c7086d 100644 --- a/js/views/conversation_view.js +++ b/js/views/conversation_view.js @@ -158,7 +158,6 @@ // need a manual update call. onShowSafetyNumber: () => { this.showSafetyNumber(); - this.updateHeader(); }, onShowAllMedia: async () => { await this.showAllMedia(); @@ -982,6 +981,7 @@ model, }); this.listenBack(view); + this.updateHeader(); } },