From 4ef3c481b939744302b73abf51b46ae63099e980 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 17 Mar 2022 08:16:26 +0100 Subject: [PATCH] Update config.json --- conf/config.json | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/conf/config.json b/conf/config.json index 0c6ac1a..cbb766a 100644 --- a/conf/config.json +++ b/conf/config.json @@ -33,6 +33,7 @@ "EnableTesting": false, "EnableDeveloper": false, "DeveloperFlags": "", + "EnableClientPerformanceDebugging": false, "EnableOpenTracing": false, "EnableSecurityFixAlert": true, "EnableInsecureOutgoingConnections": false, @@ -93,7 +94,8 @@ "DebugSplit": false, "ThreadAutoFollow": true, "CollapsedThreads": "disabled", - "ManagedResourcePaths": "" + "ManagedResourcePaths": "", + "EnableCustomGroups": true }, "TeamSettings": { "SiteName": "Mattermost", @@ -577,18 +579,21 @@ "PluginFocalboard": "", "PermalinkPreviews": true, "GlobalHeader": true, - "AddChannelButton": "by_team_name", "NewAccountNoisy": false, "CallsMobile": false, - "AutoTour": "none", "BoardsFeatureFlags": "", "AddMembersToChannel": "top", "GuidedChannelCreation": false, "ResendInviteEmailInterval": "", "InviteToTeam": "none", + "CustomGroups": true, "InlinePostEditing": false, "BoardsDataRetention": false, - "NormalizeLdapDNs": false + "NormalizeLdapDNs": false, + "EnableInactivityCheckJob": true, + "UseCaseOnboarding": true, + "WorkspaceOptimizationDashboard": true, + "GraphQL": false }, "ImportSettings": { "Directory": "./import",