summaryrefslogtreecommitdiffstats
path: root/utils
diff options
context:
space:
mode:
author=Corey Hulen <corey@hulen.com>2015-09-16 12:38:51 -0700
committer=Corey Hulen <corey@hulen.com>2015-09-16 12:38:51 -0700
commitc60e687c6bac4acdbaa15281de1f7ab6750120a4 (patch)
tree89606ed9191495e4df7439fe5c1292996057e5af /utils
parent609e5c6652f5116e99a733d7e76828024f43bac4 (diff)
downloadchat-c60e687c6bac4acdbaa15281de1f7ab6750120a4.tar.gz
chat-c60e687c6bac4acdbaa15281de1f7ab6750120a4.tar.bz2
chat-c60e687c6bac4acdbaa15281de1f7ab6750120a4.zip
Fixing broken email templates
Diffstat (limited to 'utils')
-rw-r--r--utils/config.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/config.go b/utils/config.go
index 722964934..70078cb9a 100644
--- a/utils/config.go
+++ b/utils/config.go
@@ -283,7 +283,6 @@ func getClientProperties(c *Config) map[string]string {
props["SegmentDeveloperKey"] = c.ClientSettings.SegmentDeveloperKey
props["GoogleDeveloperKey"] = c.ClientSettings.GoogleDeveloperKey
props["AnalyticsUrl"] = c.ServiceSettings.AnalyticsUrl
-
props["ByPassEmail"] = strconv.FormatBool(c.EmailSettings.ByPassEmail)
props["ProfileHeight"] = fmt.Sprintf("%v", c.ImageSettings.ProfileHeight)
props["ProfileWidth"] = fmt.Sprintf("%v", c.ImageSettings.ProfileWidth)