diff --git a/utils/license.go b/utils/license.go index 459318231a..b84ef7007b 100644 --- a/utils/license.go +++ b/utils/license.go @@ -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