mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-03 21:43:21 +00:00 
			
		
		
		
	user_groups: Add can_mention_group_id field to UserGroup objects.
This commit adds code to include can_mention_group_id field to UserGroup objects passed with response of various endpoints including "/register" endpoint and also in the group object send with user group creation event. Fixes a part of #25927.
This commit is contained in:
		@@ -795,6 +795,7 @@ exports.fixtures = {
 | 
			
		||||
            members: [1],
 | 
			
		||||
            is_system_group: false,
 | 
			
		||||
            direct_subgroup_ids: [2],
 | 
			
		||||
            can_mention_group_id: 11,
 | 
			
		||||
        },
 | 
			
		||||
    },
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user