emit CustomTermsOfService in license (#9472)

Этот коммит содержится в:
Jesse Hallam
2018-09-27 06:24:57 -04:00
коммит произвёл George Goldberg
родитель af984b71e9
Коммит 34a1da9717

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

@@ -151,6 +151,7 @@ func GetClientLicense(l *model.License) map[string]string {
props["EmailNotificationContents"] = strconv.FormatBool(*l.Features.EmailNotificationContents)
props["MessageExport"] = strconv.FormatBool(*l.Features.MessageExport)
props["CustomPermissionsSchemes"] = strconv.FormatBool(*l.Features.CustomPermissionsSchemes)
props["CustomTermsOfService"] = strconv.FormatBool(*l.Features.CustomTermsOfService)
}
return props