Fix member event binding loop

qt66
Nicolas Werner 2 years ago
parent 770f79978a
commit 2c53789d97
No known key found for this signature in database
GPG Key ID: C8D75E610773F2D9
  1. 2
      resources/qml/delegates/MessageDelegate.qml

@ -602,7 +602,7 @@ Item {
roleValue: MtxEvent.Member
ColumnLayout {
width: parent.width
width: parent?.width ?? 100
NoticeMessage {
body: formatted

Loading…
Cancel
Save