emit CustomTermsOfService in license (#9472)
Этот коммит содержится в:
коммит произвёл
George Goldberg
родитель
af984b71e9
Коммит
34a1da9717
@@ -151,6 +151,7 @@ func GetClientLicense(l *model.License) map[string]string {
|
|||||||
props["EmailNotificationContents"] = strconv.FormatBool(*l.Features.EmailNotificationContents)
|
props["EmailNotificationContents"] = strconv.FormatBool(*l.Features.EmailNotificationContents)
|
||||||
props["MessageExport"] = strconv.FormatBool(*l.Features.MessageExport)
|
props["MessageExport"] = strconv.FormatBool(*l.Features.MessageExport)
|
||||||
props["CustomPermissionsSchemes"] = strconv.FormatBool(*l.Features.CustomPermissionsSchemes)
|
props["CustomPermissionsSchemes"] = strconv.FormatBool(*l.Features.CustomPermissionsSchemes)
|
||||||
|
props["CustomTermsOfService"] = strconv.FormatBool(*l.Features.CustomTermsOfService)
|
||||||
}
|
}
|
||||||
|
|
||||||
return props
|
return props
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user