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:
Tim Abbott
2025-03-19 16:56:14 -07:00
parent ce81d8498d
commit a4f128f609

View File

@@ -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,