-
-
Notifications
You must be signed in to change notification settings - Fork 289
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: use UTF8 encoding for webhook JSON #714
fix: use UTF8 encoding for webhook JSON #714
Conversation
Now, this might (will?) possibly break existing webhooks, but I'm not 100% sure since ASCII should just be a subset of UTF8. Will need to be tested but since I'm on a new instance I can't. |
LGTM! |
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.
Wait if you could, would it be possible to change the commit message to conform to the conventional commits specification?
af01f21
to
e5e6c4f
Compare
@all-contributors please add @joshuaboniface for code |
I've put up a pull request to add @joshuaboniface! 🎉 |
🎉 This PR is included in version 1.9.0 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
Description
Switch to using UTF8 encoding instead of ASCII for Webhook bodies. With ASCII, extended characters like emojis will throw errors here, but UTF8 allows encoding anything in the JSON payload.
Screenshot (if UI-related)
To-Dos
yarn build
yarn i18n:extract
Issues Fixed or Closed