chat icon indicating copy to clipboard operation
chat copied to clipboard

[Bug] Sending message with 140+ characters fails

Open Hendremy opened this issue 1 year ago • 0 comments

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.

image

Hendremy avatar Jul 27 '23 07:07 Hendremy