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
{{ message }}
This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
I encountered a bug where sending a message that is longer than 140 characters would throw an error and not save the message. I believe it is due to the last_message field of the Chat Room Doctype which is a VARCHAR(140) in the database.
The text was updated successfully, but these errors were encountered:
Hello,
Thanks for this library, it is very useful.
I encountered a bug where sending a message that is longer than 140 characters would throw an error and not save the message. I believe it is due to the last_message field of the Chat Room Doctype which is a VARCHAR(140) in the database.
The text was updated successfully, but these errors were encountered: