mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
user_profile: Remove 'tutorial_status' field.
The 'tutorial_status' field on 'UserProfile' model is no longer used to show onboarding tutorial. This commit removes the 'tutorial_status' field, 'POST users/me/tutorial_status' endpoint, and 'needs_tutorial' parameter in 'page_params'. Fixes part of zulip#30043.
This commit is contained in:
committed by
Tim Abbott
parent
ee806c49b9
commit
52a9846cdf
@@ -132,7 +132,6 @@ import * as tippyjs from "./tippyjs";
|
||||
import * as topic_list from "./topic_list";
|
||||
import * as topic_popover from "./topic_popover";
|
||||
import * as transmit from "./transmit";
|
||||
import * as tutorial from "./tutorial";
|
||||
import * as typeahead_helper from "./typeahead_helper";
|
||||
import * as typing from "./typing";
|
||||
import * as unread from "./unread";
|
||||
@@ -642,9 +641,6 @@ export function initialize_everything(state_data) {
|
||||
);
|
||||
},
|
||||
});
|
||||
// This needs to happen after activity_ui.initialize, so that user_filter
|
||||
// is defined. Also, must happen after people.initialize()
|
||||
tutorial.initialize();
|
||||
|
||||
// All overlays, and also activity_ui, must be initialized before hashchange.js
|
||||
hashchange.initialize();
|
||||
|
||||
Reference in New Issue
Block a user