Fixing broken email templates
Этот коммит содержится в:
@@ -283,7 +283,6 @@ func getClientProperties(c *Config) map[string]string {
|
|||||||
props["SegmentDeveloperKey"] = c.ClientSettings.SegmentDeveloperKey
|
props["SegmentDeveloperKey"] = c.ClientSettings.SegmentDeveloperKey
|
||||||
props["GoogleDeveloperKey"] = c.ClientSettings.GoogleDeveloperKey
|
props["GoogleDeveloperKey"] = c.ClientSettings.GoogleDeveloperKey
|
||||||
props["AnalyticsUrl"] = c.ServiceSettings.AnalyticsUrl
|
props["AnalyticsUrl"] = c.ServiceSettings.AnalyticsUrl
|
||||||
|
|
||||||
props["ByPassEmail"] = strconv.FormatBool(c.EmailSettings.ByPassEmail)
|
props["ByPassEmail"] = strconv.FormatBool(c.EmailSettings.ByPassEmail)
|
||||||
props["ProfileHeight"] = fmt.Sprintf("%v", c.ImageSettings.ProfileHeight)
|
props["ProfileHeight"] = fmt.Sprintf("%v", c.ImageSettings.ProfileHeight)
|
||||||
props["ProfileWidth"] = fmt.Sprintf("%v", c.ImageSettings.ProfileWidth)
|
props["ProfileWidth"] = fmt.Sprintf("%v", c.ImageSettings.ProfileWidth)
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user