mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 07:23:22 +00:00
hotspots: Use tutorial_status to manage whether we show hotspots.
This commit is contained in:
@@ -12,7 +12,7 @@ function set_tutorial_status(status, callback) {
|
||||
|
||||
exports.initialize = function () {
|
||||
if (page_params.needs_tutorial) {
|
||||
set_tutorial_status("finished");
|
||||
set_tutorial_status("started");
|
||||
narrow.by('is', 'private', {select_first_unread: true, trigger: 'sidebar'});
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user