mirror of https://github.com/zulip/zulip.git
5598f8f6b0
**Features:** Improving `./manage.py convert_gitter_data` - If messages have been post-processed to add a 'room' field, we create as many streams as existing rooms. - Messages with a 'room' field go to the corresponding stream. - This modification is backward compatible. I.e. + messages that have no 'room' field go to the default stream/topic + messages that do, go to a specific stream **Implementation:** - adding a map `stream_map` to map room names to stream ids - create as many streams as room field messages + 1 default streamFeatures: - If messages have been post-processed to add a 'room' field to messages, we create as many streams as existing rooms. - Up to renaming of the default stream/topic, this modification is backwards compatible. I.e. messages that have no 'room' field go to the default stream/topic messages that do, go to a specific stream Implementation: - adding a map stream_map to map room names to stream ids - create as many streams as room field messages + 1 default stream Takes advantage of https://github.com/minrk/archive-gitter/pull/5. |
||
---|---|---|
.. | ||
__init__.py | ||
gitter.py | ||
hipchat.py | ||
hipchat_attachment.py | ||
hipchat_user.py | ||
import_util.py | ||
mattermost.py | ||
mattermost_user.py | ||
sequencer.py | ||
slack.py | ||
slack_message_conversion.py |