mirror of https://github.com/zulip/zulip.git
4815f6e28b
Slack bot emails generated by us can be duplicate for two bots. If such a case occur, append a counter to the email to make it unique. For maintaining the counter of duplicate emails and the final email assigned to each bot, a class based approach is used with static variables and static (class) methods. This keeps all the data related to slack bot emails at the same place and easily accessible from anywhere inside the module (without defining any class object and passing it around). Fixes: #16793 |
||
---|---|---|
.. | ||
__init__.py | ||
gitter.py | ||
import_util.py | ||
mattermost.py | ||
rocketchat.py | ||
sequencer.py | ||
slack.py | ||
slack_message_conversion.py | ||
user_handler.py |