MM-21290: Adds licensing feature for LockTeammateNameDisplay. (#13431)

Этот коммит содержится в:
Martin Kraft
2019-12-27 17:24:34 -05:00
коммит произвёл GitHub
родитель f2a14ae976
Коммит f8d31def8e
2 изменённых файлов: 7 добавлений и 0 удалений

Просмотреть файл

@@ -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