mirror of
https://github.com/discourse/discourse.git
synced 2025-05-22 04:31:10 +08:00
FIX: wasn't redirected to group inbox
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user