From b97b3ae6179bc15ec23e0697b08cdcbdf53e4ffc Mon Sep 17 00:00:00 2001 From: Joram Wilander Date: Wed, 29 Jun 2016 14:16:17 -0400 Subject: EE: Add the ability to restrict the user roles that can send team invites (#3442) --- utils/config.go | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/config.go') diff --git a/utils/config.go b/utils/config.go index 60d09dee3..58980ba7f 100644 --- a/utils/config.go +++ b/utils/config.go @@ -210,6 +210,7 @@ func getClientConfig(c *model.Config) map[string]string { props["EnableOpenServer"] = strconv.FormatBool(*c.TeamSettings.EnableOpenServer) props["RestrictTeamNames"] = strconv.FormatBool(*c.TeamSettings.RestrictTeamNames) props["RestrictDirectMessage"] = *c.TeamSettings.RestrictDirectMessage + props["RestrictTeamInvite"] = *c.TeamSettings.RestrictTeamInvite props["EnableOAuthServiceProvider"] = strconv.FormatBool(c.ServiceSettings.EnableOAuthServiceProvider) props["SegmentDeveloperKey"] = c.ServiceSettings.SegmentDeveloperKey -- cgit v1.2.3-1-g7c22