Merge pull request #697 from mattermost/PLT-93

PLT-93 Fixing broken email templates
Этот коммит содержится в:
Christopher Speller
2015-09-16 16:32:27 -04:00
родитель 720f1082d3 c60e687c6b
Коммит e644b53b72
10 изменённых файлов: 19 добавлений и 18 удалений

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

@@ -278,6 +278,7 @@ func getClientProperties(c *Config) map[string]string {
props["Version"] = c.ServiceSettings.Version
props["SiteName"] = c.ServiceSettings.SiteName
props["ByPassEmail"] = strconv.FormatBool(c.EmailSettings.ByPassEmail)
props["FeedbackEmail"] = c.EmailSettings.FeedbackEmail
props["ShowEmailAddress"] = strconv.FormatBool(c.PrivacySettings.ShowEmailAddress)
props["AllowPublicLink"] = strconv.FormatBool(c.TeamSettings.AllowPublicLink)
props["SegmentDeveloperKey"] = c.ClientSettings.SegmentDeveloperKey