Split /shortcuts programmatically (#3850)

Этот коммит содержится в:
David Lu
2016-08-22 15:19:29 -04:00
коммит произвёл Joram Wilander
родитель ffff24e625
Коммит ecb6fd8769
3 изменённых файлов: 49 добавлений и 10 удалений

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

@@ -254,6 +254,7 @@ func handleResponse(c *Context, w http.ResponseWriter, response *model.CommandRe
} else if response.ResponseType == model.COMMAND_RESPONSE_TYPE_EPHEMERAL && response.Text != "" {
post.Message = response.Text
post.CreateAt = model.GetMillis()
post.UserId = c.Session.UserId
SendEphemeralPost(
c.TeamId,
c.Session.UserId,