frappe / chat

Modern Chat App for Frappe
Other
103 stars 124 forks source link

[Bug] Sending message with 140+ characters fails #67

Open Hendremy opened 11 months ago

Hendremy commented 11 months ago

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