mirror of
https://github.com/zulip/zulip.git
synced 2026-07-03 21:10:12 +08:00
Currently, we're unable to convert messages from Slack's integration bots because this message subtype doesn't come from a Slack "user", that is they don't have a Slack user profile. This is a preparatory change to support converting Slack's integration bot messages. This commit artificially creates Slack user data from the integration bot's "profile" so that we can create a corresponding Zulip user for them. Part of #31311. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| import_util.py | ||
| mattermost.py | ||
| rocketchat.py | ||
| sequencer.py | ||
| slack_message_conversion.py | ||
| slack.py | ||
| user_handler.py | ||