MM-10987 Turn on ExperimentalLimitClientConfig by default and remove setting (#9696)
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
7393d23261
Коммит
159c2a44dc
@@ -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()
|
||||
|
||||
Ссылка в новой задаче
Block a user