mirror of https://github.com/zulip/zulip.git
ea26372083
Normal hipchat exports use integer ids for their users and "rooms," which we just borrowed during conversion. Atlassian Stride uses stride UUIDs for these instead, but otherwise has the same export format. We now introduce IdMapper to handle external ids that aren't integer. The IdMapper will map UUID ids to ints and remember them. For ints it just leaves them alone. Fixes #10805. |
||
---|---|---|
.. | ||
__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 |