mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
models: Change default for can_resolve_topic_group.
It's not obvious why this should be different from the permission for moving topics.
This commit is contained in:
@@ -847,7 +847,7 @@ class Realm(models.Model): # type: ignore[django-manager-missing] # django-stub
|
||||
allow_internet_group=False,
|
||||
allow_nobody_group=True,
|
||||
allow_everyone_group=True,
|
||||
default_group_name=SystemGroups.MEMBERS,
|
||||
default_group_name=SystemGroups.EVERYONE,
|
||||
),
|
||||
can_summarize_topics_group=GroupPermissionSetting(
|
||||
require_system_group=False,
|
||||
|
Reference in New Issue
Block a user