mirror of https://github.com/zulip/zulip.git
9cad9644e7
The Slack API when returning the emoji records, returns the record for its thumbsup_all emoji with the url ending with .png, even though the file is a gif. For that reason, we have to make that code correct file extensions based on the response content-type. Emojis are the smallest set of images to download, so for simplicity of implementation, we remove the parallelization of the downloads in favor of just processing them serially. |
||
---|---|---|
.. | ||
__init__.py | ||
import_util.py | ||
mattermost.py | ||
rocketchat.py | ||
sequencer.py | ||
slack.py | ||
slack_message_conversion.py | ||
user_handler.py |