From 34a1da97174a63475aba793a1fbeb41e51426ca7 Mon Sep 17 00:00:00 2001 From: Jesse Hallam Date: Thu, 27 Sep 2018 06:24:57 -0400 Subject: emit CustomTermsOfService in license (#9472) --- utils/license.go | 1 + 1 file changed, 1 insertion(+) (limited to 'utils/license.go') diff --git a/utils/license.go b/utils/license.go index 459318231..b84ef7007 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 -- cgit v1.2.3-1-g7c22