mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08:00
In very old Slack workspaces, slackbot can appear as "Slackbot", and the import script only checks for "slackbot" (case sensitive). This breaks the import--it throws the assert that immediately follows the test. I don't know how common this is, but it definitely affected our import. The simple fix is to compare against a lowercased-version of the user's full name. |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| gitter.py | ||
| hipchat_attachment.py | ||
| hipchat_subscriber.py | ||
| hipchat_user.py | ||
| hipchat.py | ||
| import_util.py | ||
| sequencer.py | ||
| slack_message_conversion.py | ||
| slack.py | ||