PLT-5765 Passed SiteURL to SendNotifications (#5705)

Этот коммит содержится в:
Harrison Healey
2017-03-10 05:18:18 -05:00
коммит произвёл George Goldberg
родитель 43e5bbea37
Коммит a8e68bd890
35 изменённых файлов: 120 добавлений и 118 удалений

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

@@ -251,7 +251,7 @@ func handleResponse(c *Context, w http.ResponseWriter, response *model.CommandRe
}
}
if _, err := app.CreateCommandPost(post, c.TeamId, response); err != nil {
if _, err := app.CreateCommandPost(post, c.TeamId, response, c.GetSiteURL()); err != nil {
l4g.Error(err.Error())
}