mirror of
https://github.com/zulip/zulip.git
synced 2025-11-10 00:46:03 +00:00
Update Zulip support email to zulip-devel@googlegroups.com.
Ideally some of these templates should really point to the local installation's support email address, but this is a good start. Exceptions: * Where to report security incidents * MIT Zephyr-related pages * zulip.com terms and conditions
This commit is contained in:
@@ -58,7 +58,7 @@ client = zulip.Client(
|
||||
site=config.ZULIP_SITE,
|
||||
api_key=config.ZULIP_API_KEY,
|
||||
client="ZulipCodebase/" + VERSION)
|
||||
user_agent = "Codebase To Zulip Mirroring script (support@zulip.com)"
|
||||
user_agent = "Codebase To Zulip Mirroring script (zulip-devel@googlegroups.com)"
|
||||
|
||||
# find some form of JSON loader/dumper, with a preference order for speed.
|
||||
json_implementations = ['ujson', 'cjson', 'simplejson', 'json']
|
||||
|
||||
Reference in New Issue
Block a user