Do not ellipsize message previews due to trailing newline

Change-Id: I8e6a43f6599e209f40e676a8bdb1754fb6a6e93e
This commit is contained in:
SpiritCroc 2023-04-19 17:09:45 +02:00
parent 423f841a2a
commit 799279eb5d
1 changed files with 1 additions and 1 deletions

View File

@ -288,7 +288,7 @@ class DisplayableEventFormatter @Inject constructor(
.append(body)
} else {
"\u2068$body"
}
}.removeSuffix("\n")
}
private fun formatVoiceBroadcastEvent(event: Event, isDm: Boolean, senderName: String): CharSequence {