-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
/webhooks/:id/:token/slack ignores wait query parameter #1067
Comments
|
But shouldn't |
This endpoint is emulating slack. So it should return what a true slack webhook would return to be compatible with existing implementations. If it returns a Discord message object, some implementations may think the webhook failed (unexpected data)… Anyway, this is consistent with the documentation. It doesn't say that slack/github endpoints should return the message object. Only the "normal" endpoint will return the object. |
Attempting to send a message through a webhook on the
slack
path ignores thewait
parameter, and always returns "ok"Per the docs,
waits for server confirmation of message send before response (defaults to true; when false a message that is not saved does not return an error)
The text was updated successfully, but these errors were encountered: