PLT-5279: Show username for slash cmd notification. (#5091)
Этот коммит содержится в:
коммит произвёл
Corey Hulen
родитель
28599d1df8
Коммит
140bdeb60f
@@ -233,8 +233,6 @@ func handleResponse(c *Context, w http.ResponseWriter, response *model.CommandRe
|
||||
post.AddProp("override_username", cmd.Username)
|
||||
} else if len(response.Username) != 0 {
|
||||
post.AddProp("override_username", response.Username)
|
||||
} else {
|
||||
post.AddProp("override_username", model.DEFAULT_WEBHOOK_USERNAME)
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Ссылка в новой задаче
Block a user