Fix crashes for extremely long messages with no line breaks (#2163)

This commit is contained in:
Jorge Martin Espinosa 2024-01-05 12:11:49 +01:00 committed by GitHub
parent 24a3c2baf7
commit 936127c682
3 changed files with 48 additions and 36 deletions

1
changelog.d/2105.bugfix Normal file
View file

@ -0,0 +1 @@
Fix crashes in room list when the last message for a room was an extremely long one (several thousands of characters) with no line breaks.