Split /shortcuts programmatically (#3850)
Этот коммит содержится в:
коммит произвёл
Joram Wilander
родитель
ffff24e625
Коммит
ecb6fd8769
@@ -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,
|
||||
|
||||
Ссылка в новой задаче
Block a user