diff --git a/app/assets/javascripts/discourse/controllers/topic.js.es6 b/app/assets/javascripts/discourse/controllers/topic.js.es6 index 62190e5bcdc..f51c06b1d80 100644 --- a/app/assets/javascripts/discourse/controllers/topic.js.es6 +++ b/app/assets/javascripts/discourse/controllers/topic.js.es6 @@ -256,7 +256,7 @@ export default Ember.Controller.extend(BufferedContent, { if (topic.get('archiving')) { return; } - const backToInbox = () => this.goToInbox(topic.get("inboxGroupName")); + const backToInbox = () => this.gotoInbox(topic.get("inboxGroupName")); if (topic.get('message_archived')) { topic.moveToInbox().then(backToInbox);