MM-21290: Adds licensing feature for LockTeammateNameDisplay. (#13431)
Этот коммит содержится в:
коммит произвёл
GitHub
родитель
f2a14ae976
Коммит
f8d31def8e
@@ -157,6 +157,7 @@ func GetClientLicense(l *model.License) map[string]string {
|
||||
props["CustomPermissionsSchemes"] = strconv.FormatBool(*l.Features.CustomPermissionsSchemes)
|
||||
props["GuestAccountsPermissions"] = strconv.FormatBool(*l.Features.GuestAccountsPermissions)
|
||||
props["CustomTermsOfService"] = strconv.FormatBool(*l.Features.CustomTermsOfService)
|
||||
props["LockTeammateNameDisplay"] = strconv.FormatBool(*l.Features.LockTeammateNameDisplay)
|
||||
}
|
||||
|
||||
return props
|
||||
|
||||
Ссылка в новой задаче
Block a user