mirror of
https://github.com/zulip/zulip.git
synced 2025-11-22 15:31:20 +00:00
This change adds support for importing guest users from a Mattermost export file into Zulip. The function now checks the user's teams and roles to determine whether the user is a guest on the team, and sets the user's role accordingly. This ensures that the imported user data includes the correct role for each user. Fixes #23720.