mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
FIX: Make sure new user narrative returns toggleBookmark promise
* the call to this.super() was not returned so there is no promise to chain .then() with, causing errors for bookmarks with reminders
This commit is contained in:
@@ -32,7 +32,7 @@ function initialize(api) {
|
||||
this.appEvents.trigger("post-stream:refresh", { id: this.id });
|
||||
});
|
||||
}
|
||||
this._super();
|
||||
return this._super();
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user