mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
We now send dictionaries for cross-realm bots. This led to the following changes: * Create get_cross_realm_dicts() in actions.py. * Rename the page_params field to cross_realm_bots. * Fix some back end tests. * Add cross_realm_dict to people.js. * Call people.add for cross-realm bots (if they are not already part of the realm). * Remove hack to add in feedback@zulip.com on the client side. * Add people.is_cross_realm_email() and use it in compose.js. * Remove util.string_in_list_case_insensitive().
6.8 KiB
6.8 KiB