diff --git a/app/assets/javascripts/discourse/components/topic-timeline.js.es6 b/app/assets/javascripts/discourse/components/topic-timeline.js.es6 index d3b2f648a47..ee77495b2ae 100644 --- a/app/assets/javascripts/discourse/components/topic-timeline.js.es6 +++ b/app/assets/javascripts/discourse/components/topic-timeline.js.es6 @@ -55,5 +55,6 @@ export default MountWidget.extend(Docking, { didInsertElement() { this._super(); this.dispatch('topic:current-post-scrolled', 'timeline-scrollarea'); + this.dispatch('topic-notifications-button:keyboard-trigger', 'topic-notifications-button'); } });