From dce4205699bed68046f9dc6ed371ad959d93ee59 Mon Sep 17 00:00:00 2001 From: George Goldberg Date: Wed, 21 Dec 2016 19:18:41 +0000 Subject: PLT-4990 - Server: Split out channel permissions to Create/Manage/Delete (#4864) * Server side changes. * Fix unit tests and default config. --- config/config.json | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'config') diff --git a/config/config.json b/config/config.json index 2209a9656..649081597 100644 --- a/config/config.json +++ b/config/config.json @@ -49,8 +49,12 @@ "CustomDescriptionText": "", "RestrictDirectMessage": "any", "RestrictTeamInvite": "all", + "RestrictPublicChannelCreation": "all", + "RestrictPrivateChannelCreation": "all", "RestrictPublicChannelManagement": "all", "RestrictPrivateChannelManagement": "all", + "RestrictPublicChannelDeletion": "all", + "RestrictPrivateChannelDeletion": "all", "UserStatusAwayTimeout": 300, "MaxChannelsPerTeam": 2000, "MaxNotificationsPerChannel": 1000 -- cgit v1.2.3-1-g7c22