-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Labels
bugSomething isn't workingSomething isn't working
Description
Welcome!
- Yes, I have searched for similar issues on GitHub and found none.
What did you do?
Sent a POST request to /send/media using multipart/form-data with a binary file (not a URL), including the mentionAll field and a caption containing accented characters (e.g. Acá para vcs).
What did you expect?
- The ghost mention (@everyone) to be applied to the group message.
- The caption to arrive with the original characters preserved (e.g.
Acá para vcs).
What did you observe instead of what you expected?
- No members were mentioned — the media was delivered normally but without the ghost mention, even with
mentionAllset totrue. - Accented characters in the caption arrived corrupted (e.g.
Ac▯ para vcs).
Both issues only occur when using multipart/form-data (binary upload). When using JSON body with url, the behavior is correct.
Screenshots/Videos
N/A
Which version are you using?
0.6.1
What is your environment?
Docker
If applicable, paste the log output
No response
Additional Notes
The root cause has not been confirmed, but it may be related to:
mentionAllbeing parsed as a string instead of a boolean in the multipart body- The multipart body not being handled as UTF-8, which would explain the character corruption
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working