mirror of
https://github.com/stoatchat/for-web.git
synced 2026-07-21 07:05:25 -04:00
add emoji failure #509
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @bri-rose on GitHub (Feb 13, 2026).
What happened?
i have successfully added multiple emojis. one however is failing with the following error: Something went wrong! {"type":"NotFound","location":"crates/core/database/src/models/files/ops/mongodb.rs:100:24"}
i have tried multiple names, all following conventions which have worked for other images
i have attached the file that is failing.
@alice-werefox commented on GitHub (Feb 14, 2026):
Custom emoji have a file size and image resolution limit.
https://github.com/stoatchat/stoatchat/blob/74f0c537e6689bcdb642f78c484a98b9b22f9ec7/crates/services/autumn/src/api.rs#L157C16-L157C42
Can you attempt it again with a lower resolution version of the image?
@bri-rose commented on GitHub (Feb 14, 2026):
success, thanks!