From 159c2a44dced5d6331f5fc5e7220e561e6468ad1 Mon Sep 17 00:00:00 2001 From: Harrison Healey Date: Wed, 24 Oct 2018 06:52:53 -0400 Subject: MM-10987 Turn on ExperimentalLimitClientConfig by default and remove setting (#9696) --- api4/system.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api4/system.go') diff --git a/api4/system.go b/api4/system.go index ddeac4df4..870e0058c 100644 --- a/api4/system.go +++ b/api4/system.go @@ -253,7 +253,7 @@ func getClientConfig(c *Context, w http.ResponseWriter, r *http.Request) { } var config map[string]string - if *c.App.Config().ServiceSettings.ExperimentalLimitClientConfig && len(c.Session.UserId) == 0 { + if len(c.Session.UserId) == 0 { config = c.App.LimitedClientConfigWithComputed() } else { config = c.App.ClientConfigWithComputed() -- cgit v1.2.3-1-g7c22