diff --git a/plugins/chat/config/settings.yml b/plugins/chat/config/settings.yml index 26c884b2d3..7d5307b95c 100644 --- a/plugins/chat/config/settings.yml +++ b/plugins/chat/config/settings.yml @@ -6,7 +6,7 @@ plugins: client: true type: group_list list_type: compact - default: "3" # 3 is staff group id + default: "3|11" # 3: @staff, 11: @trust_level_1 allow_any: false refresh: true needs_chat_seeded: @@ -81,14 +81,14 @@ plugins: hidden: true client: true direct_message_enabled_groups: - default: "11" # auto group trust_level_1 + default: "11" # @trust_level_1 type: group_list client: true allow_any: false refresh: true validator: "DirectMessageEnabledGroupsValidator" chat_message_flag_allowed_groups: - default: "11" # auto group trust_level_1 + default: "11" # @trust_level_1 type: group_list client: true allow_any: false