Этот коммит содержится в:
David Lu
2016-08-29 09:51:29 -04:00
коммит произвёл Christopher Speller
родитель 167dd22eef
Коммит d252e61c66
7 изменённых файлов: 71 добавлений и 51 удалений

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

@@ -81,7 +81,7 @@ func (me *EchoProvider) DoCommand(c *Context, channelId string, message string)
time.Sleep(time.Duration(delay) * time.Second)
if _, err := CreatePost(c.TeamId, post, true); err != nil {
if _, err := CreatePost(c, post, true); err != nil {
l4g.Error(c.T("api.command_echo.create.app_error"), err)
}
}()