Skip to content
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

Update Users.edit to use FormData when submitting avatar updates #3644

Merged
merged 3 commits into from
Oct 20, 2024

Conversation

jdalrymple
Copy link
Owner

This should allow the payload to accept the correct Blob types needed for updating the avatar.

fixes #3611

This should allow the payload to accept the correct Blob types needed for updating the avatar.
@jdalrymple jdalrymple added the type:bug Changes fix a minor bug label Oct 20, 2024
@jdalrymple jdalrymple changed the title Update Users.edit to use formData when submitting avatar updates Update Users.edit to use FormData when submitting avatar updates Oct 20, 2024
@jdalrymple jdalrymple merged commit d8bdf42 into main Oct 20, 2024
5 checks passed
@jdalrymple jdalrymple deleted the bug/3611 branch October 20, 2024 00:21
@jdalrymple
Copy link
Owner Author

🚀 PR was released in 41.1.0 🚀

@jdalrymple jdalrymple added the released This issue/pull request has been released. label Oct 20, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
released This issue/pull request has been released. type:bug Changes fix a minor bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Type for uploading a user avatar is incorrect and requires adding isForm: true to work
1 participant