mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
This commit moves validate_group_setting_value_change, are_both_setting_values_equal and parse_group_setting_value functions, which are used for updating the group settings, to "zerver.lib.user_groups" as these functions will also be used for group based realm and stream settings and "zerver.lib.user_groups" file seems a better place to place such functions which are used at multiple places. For same reasons, we also move GroupSettingChangeRequest dataclass to "zerver.lib.user_groups" file.
16 KiB
16 KiB