mirror of
				https://github.com/zulip/zulip.git
				synced 2025-10-31 20:13:46 +00:00 
			
		
		
		
	user_groups: Remove unneeded fields from UserGroup model.
This commit removes name, description, is_system_group and can_mention_group fields from UserGroup model and rename them in NamedUserGroup model. Fixes #29554.
This commit is contained in:
		| @@ -266,8 +266,6 @@ def get_temp_user_group_id() -> Dict[str, object]: | ||||
|         name="temp", | ||||
|         realm=get_realm("zulip"), | ||||
|         can_mention_group_id=11, | ||||
|         named_group_name="temp", | ||||
|         named_group_can_mention_group_id=11, | ||||
|         realm_for_sharding=get_realm("zulip"), | ||||
|     ) | ||||
|     return { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user