-
-
Notifications
You must be signed in to change notification settings - Fork 468
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
Proxy webhooks and interactions #1655
Conversation
Note: sync webhooks are not included in this PR. They aren't used by interactions, so therefore don't need to be passed the params from client like async webhooks. However, it might be deemed beneficial in the future to add these params to sync webhooks for parity. If this is desired, it can take place in a separate PR/Issue. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hell yeah it looks good
Co-authored-by: Dorukyum <[email protected]>
faf2bd8
Co-authored-by: Dorukyum <[email protected]>
Summary
This PR updates webhooks and interactions to support proxies.
Fixes #696
Information
Checklist
type: ignore
comments were used, a comment is also left explaining why.