-
Notifications
You must be signed in to change notification settings - Fork 28
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
feat: Add support for report_reaction endpoint #128
feat: Add support for report_reaction endpoint #128
Conversation
ddharman-quora
commented
Dec 4, 2024
- This is to support message reactions launch. This will replace report_feedback which will be marked deprecated but still functional. Will update documentation around launch time
- Tested end-to-end with server bot running locally and trying different reactions and verifying endpoint is called
- Some formatting changes are in here since I ran all the recommended steps in the documentation
- Updated version to 0.0.49
- This is to support message reactions launch. This will replace report_feedback which will be marked deprecated but still functional. Will update documentation around launch time - Tested end-to-end with server bot running locally and trying different reactions and verifying endpoint is called - Some formatting changes are in here since I ran all the recommended steps in the documentation - Updated version to 0.0.49
The tests are failing now because of formatting. Not sure what you ran, but running |
@JelleZijlstra Thanks! I have made the change. |
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, but would like somebody from the owning team (maybe @krisyang1125) to take another look.
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 and seems consistent with the change made to aiohttp_poe
* feat: Add support for report_reaction endpoint - This is to support message reactions launch. This will replace report_feedback which will be marked deprecated but still functional. Will update documentation around launch time - Tested end-to-end with server bot running locally and trying different reactions and verifying endpoint is called - Some formatting changes are in here since I ran all the recommended steps in the documentation - Updated version to 0.0.49 * Fix formatting errors by running pre-commit * Remove on_reaction and only keep on_reaction_with_context