mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 04:53:36 +00:00
This prep commit renames: * 'stream_wildcard_mention_allowed_in_large_stream' to 'wildcard_mention_policy_authorizes_user' because the function checks if the sender is allowed to use wildcard mentions based on the 'wildcard_mention_policy' setting, and we plan to use that for topic wildcard mentions too. * 'stream_wildcard_mention_large_stream_threshold' to 'wildcard_mention_threshold' because this value is going to be used as a threshold value for the max number of subscribers and participant count allowed for stream and topic wildcard mention respectively.