mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
The S3 backend implementation of upload_emoji_image was accessing emoji_file.name - which is redundant because emoji_file_name already gets passed in and can be used, and an object of type IO[bytes] may not have the .name attribute. Spotted by @Fingel.
39 KiB
39 KiB