-
-
Notifications
You must be signed in to change notification settings - Fork 132
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
fix(http)!: fix UpdateFollowup
falsely returning an EmptyBody
(#2203)
#2214
fix(http)!: fix UpdateFollowup
falsely returning an EmptyBody
(#2203)
#2214
Conversation
twilight-http/src/request/application/interaction/update_followup.rs
Outdated
Show resolved
Hide resolved
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.
Looks good to me
@vilgotf This technically is a breaking change even if it is a bugfix so it should be highlighted if you put it out in a patch release.
yeah but like i said in the issue people are unlikely to use |
The change only adds methods to the returned type. I doubt anyone relies on the signature, but if anybody complains we can always yank and revert |
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.
LGTM.
could someone merge this |
UpdateFollowup
falsely returning an EmptyBody
(#2203)
UpdateFollowup
falsely returning an EmptyBody
(#2203)UpdateFollowup
falsely returning an EmptyBody
(#2203)
closes #2203
also silently fixes a small typo in
attachments's