user_groups: Add UI to set and update can_mention_group setting.

This commit adds support to set can_mention_group setting
when creating user group and also update the setting for
existing user groups.
This commit is contained in:
Sahil Batra
2023-11-27 16:06:07 +05:30
committed by Tim Abbott
parent db0476622a
commit 2968eb2b04
13 changed files with 192 additions and 11 deletions

View File

@@ -259,6 +259,7 @@ EXEMPT_FILES = make_set(
"web/src/url-template.d.ts",
"web/src/user_card_popover.js",
"web/src/user_deactivation_ui.ts",
"web/src/user_group_components.js",
"web/src/user_group_create.js",
"web/src/user_group_create_members.js",
"web/src/user_group_create_members_data.ts",