mirror of
https://github.com/zulip/zulip.git
synced 2025-11-23 07:52:35 +00:00
During account creation when a user opted to import settings from an existing account, the "Mark visibility_policy_banner as read" step was raising integrity error. It is because 'copy_onboarding_steps' is already executed earlier in the 'do_create_user' codeflow. If the source profile had already marked 'visibility_policy_banner' as read, we were facing integrity error. This commit fixes the bug.
196 KiB
196 KiB