chat
chat copied to clipboard
[Bug] Sending message with 140+ characters fails
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.