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

Fix uploading of emojis #1209

Merged

Conversation

DEVTomatoCake
Copy link
Member

I broke this in #1146

const mimeType = body.image.split(":")[1].split(";")[0];
requires body.image to be the original one, not the hash. As the hash is never used (Emoji doesn't have any image property) it's pointless to update the value.

@MaddyUnderStars MaddyUnderStars merged commit 64c233b into spacebarchat:master Sep 2, 2024
3 checks passed
@DEVTomatoCake DEVTomatoCake deleted the fix/emoji-creation branch September 3, 2024 02:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants