mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08: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. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| gitter.py | ||
| import_util.py | ||
| mattermost.py | ||
| rocketchat.py | ||
| sequencer.py | ||
| slack_message_conversion.py | ||
| slack.py | ||
| user_handler.py | ||