mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
We plan to remove the 'tutorial_status' field from UserProfile table as it is no longer used to show tutorial. The field is also used to narrow a new user in DM with welcome bot on the first load. This prep commit updates the logic to use a new OnboardingStep for the narrowing behaviour on the first load. This will help in removing the 'tutorial_status' field.