zulip/zerver/data_import
Mateusz Mandera 2811a1228f import_util: Make build_message only take kwargs.
build_message has a lot of arguments, so it's hard to verify correctness
of callers that just try to get the order right. It's much clearer to be
explicit via kwargs. mattermost.py and rocketchat.py already do this, so
let's bring slack.py and gitter.py up to par.
2022-09-27 15:04:48 -07:00
..
__init__.py
gitter.py import_util: Make build_message only take kwargs. 2022-09-27 15:04:48 -07:00
import_util.py import_util: Make build_message only take kwargs. 2022-09-27 15:04:48 -07:00
mattermost.py mattermost: Run html2text as a subprocess. 2022-06-26 17:32:59 -07:00
rocketchat.py rocketchat: Deduplicate and ignore huddle rooms with same users. 2022-09-09 16:57:24 -07:00
sequencer.py python: Normalize quotes with Black. 2021-02-12 13:11:19 -08:00
slack.py import_util: Make build_message only take kwargs. 2022-09-27 15:04:48 -07:00
slack_message_conversion.py docs: Fix capitalization mistakes. 2021-05-10 09:57:26 -07:00
user_handler.py data_import: Rename mattermost_user to user_handler. 2021-07-15 14:28:36 -07:00