mirror of https://github.com/zulip/zulip.git
370cf1a2cb
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.py | ||
hipchat_attachment.py | ||
hipchat_subscriber.py | ||
hipchat_user.py | ||
import_util.py | ||
sequencer.py | ||
slack.py | ||
slack_message_conversion.py |