mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
org settings: Add user group creation functionality.
This commit is contained in:
@@ -359,6 +359,13 @@ exports.dispatch_normal_event = function dispatch_normal_event(event) {
|
||||
ui.remove_message(msg_id);
|
||||
break;
|
||||
|
||||
case 'user_group':
|
||||
if (event.op === 'add') {
|
||||
user_groups.add(event.group);
|
||||
settings_user_groups.reload();
|
||||
}
|
||||
break;
|
||||
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user