mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
Since the variable value can also be an object if setting is set to an anonymous group, it is better to rename the variable in user_has_permission_for_group_setting from setting_group_id to setting_value. Similary in is_user_in_setting_group, setting_group variable is renamed to setting_value since value passed is not a UserGroup object.