mirror of https://github.com/zulip/zulip.git
e59ff6e6db
This works by yielding messages sorted based on timestamp. Because the Slack exports are broken into files by date, it's convenient to do a 2-layer sorting process, where we open all the files for a given day, and then sort their messages by timestamp before yielding them. Fixes #10930. |
||
---|---|---|
.. | ||
__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 |