mirror of
				https://github.com/zulip/zulip.git
				synced 2025-11-04 05:53:43 +00:00 
			
		
		
		
	user_groups: Add support to set can_mention_group during creation.
This commit adds API support to set can_mention_group while creating a user group. Fixes a part of #25927.
This commit is contained in:
		@@ -25,6 +25,9 @@ format used by the Zulip server that they are interacting with.
 | 
			
		||||
* [`GET /events`](/api/get-events), [`POST /register`](/api/register-queue),
 | 
			
		||||
  [`GET /user_groups`](/api/get-user-groups): Add `can_mention_group_id` to
 | 
			
		||||
  user group objects.
 | 
			
		||||
* [`POST /user_groups/create`](/api/create-user-group): Added `can_mention_group_id`
 | 
			
		||||
  parameter to support setting the user group whose members can mention the new user
 | 
			
		||||
  group.
 | 
			
		||||
 | 
			
		||||
**Feature level 190**
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user