-
-
Notifications
You must be signed in to change notification settings - Fork 185
feat: role icons #401
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
base: main
Are you sure you want to change the base?
feat: role icons #401
Conversation
Signed-off-by: Bradlee Barnes <[email protected]>
Slightly confused here, the Revite client wouldn't be aware of icons so it wouldn't send the icon field in the first place on role updates? (regardless, it should only send if icon is actually being updated) Looking through code I don't see this issue / seems to look good at first glance. |
Yeah I don't know why but for some reason when the Revite client receives role data, and it has the |
⚠ Breaks: Saving roles in Revite client
This breaks saving roles, that have icons, on the Revite client. This is because it passes through the whole
icon
file object thing in the PATCH request, instead of omitting it.What breaks?
When saving, it sends the full icon object (when it can just be completely omitted instead). Here's what I mean:

View RFC