You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When sending a message whose length exceeds about 250 characters (I didn't count exactly, but the messages are short), the message is cut off.
The messageSplit:2048 parameter does not help, the behavior does not change.
What can be done?
(Server allow to send long messages)
The text was updated successfully, but these errors were encountered:
I think it cuts off at around 440 chars.
I had problems with this when there's emojis involved.
I think emojis are not being counted correctly.
And some parts get cut.
So I'm splitting messages myself with:
When sending a message whose length exceeds about 250 characters (I didn't count exactly, but the messages are short), the message is cut off.
The messageSplit:2048 parameter does not help, the behavior does not change.
What can be done?
(Server allow to send long messages)
The text was updated successfully, but these errors were encountered: