frappe / chat

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

Truncate message content when setting last_message of a Chat Room #68

Open Hendremy opened 11 months ago

Hendremy commented 11 months ago

Following https://github.com/frappe/chat/issues/67

I simply fixed the bug by trucating the message content when updating the room. It now works correctly as shown below:

image

If the content is a file it works aswell