mirror of
https://github.com/mattermost/mattermost.git
synced 2025-02-25 18:55:24 -06:00
Revert/Fix PLT-2805 (#3873)
This commit is contained in:
committed by
Christopher Speller
parent
167dd22eef
commit
d252e61c66
@@ -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)
|
||||
}
|
||||
}()
|
||||
|
||||
Reference in New Issue
Block a user