mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 03:00:46 +03:00
Fix wrapping in member events
This commit is contained in:
parent
b3dee6e03e
commit
b7d6191e24
1 changed files with 1 additions and 0 deletions
|
@ -415,6 +415,7 @@ Item {
|
|||
body: formatted
|
||||
isOnlyEmoji: false
|
||||
isReply: d.isReply
|
||||
Layout.fillWidth: true
|
||||
formatted: d.relatedEventCacheBuster, room.formatMemberEvent(d.eventId)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue