Adding loc to front-end
Этот коммит содержится в:
@@ -214,12 +214,12 @@ func handleResponse(c *Context, w http.ResponseWriter, response *model.CommandRe
|
||||
c.Err = model.NewLocAppError("command", "api.command.execute_command.save.app_error", nil, "")
|
||||
}
|
||||
} else if response.ResponseType == model.COMMAND_RESPONSE_TYPE_EPHEMERAL {
|
||||
post := &model.Post{}
|
||||
post.ChannelId = channelId
|
||||
post.Message = "TODO_EPHEMERAL: " + response.Text
|
||||
if _, err := CreatePost(c, post, true); err != nil {
|
||||
c.Err = model.NewLocAppError("command", "api.command.execute_command.save.app_error", nil, "")
|
||||
}
|
||||
// post := &model.Post{}
|
||||
// post.ChannelId = channelId
|
||||
// post.Message = "TODO_EPHEMERAL: " + response.Text
|
||||
// if _, err := CreatePost(c, post, true); err != nil {
|
||||
// c.Err = model.NewLocAppError("command", "api.command.execute_command.save.app_error", nil, "")
|
||||
// }
|
||||
}
|
||||
|
||||
w.Write([]byte(response.ToJson()))
|
||||
|
||||
Ссылка в новой задаче
Block a user