FIX: wasn't redirected to group inbox
This commit is contained in:
parent
c63ecd87f2
commit
53bbf08ea1
|
@ -256,7 +256,7 @@ export default Ember.Controller.extend(BufferedContent, {
|
||||||
|
|
||||||
if (topic.get('archiving')) { return; }
|
if (topic.get('archiving')) { return; }
|
||||||
|
|
||||||
const backToInbox = () => this.goToInbox(topic.get("inboxGroupName"));
|
const backToInbox = () => this.gotoInbox(topic.get("inboxGroupName"));
|
||||||
|
|
||||||
if (topic.get('message_archived')) {
|
if (topic.get('message_archived')) {
|
||||||
topic.moveToInbox().then(backToInbox);
|
topic.moveToInbox().then(backToInbox);
|
||||||
|
|
Loading…
Reference in New Issue