Welcome!
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
mentionAll set to true.
- 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:
mentionAll being 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
Welcome!
What did you do?
Sent a POST request to
/send/mediausing multipart/form-data with a binary file (not a URL), including thementionAllfield and acaptioncontaining accented characters (e.g.Acá para vcs).What did you expect?
Acá para vcs).What did you observe instead of what you expected?
mentionAllset totrue.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