Mamange the creation of NeochatRoomMembers and only create one per member rather than event.
This commit is contained in:
@@ -48,10 +48,11 @@ RowLayout {
|
||||
|
||||
source: root.author?.avatarUrl ?? ""
|
||||
name: root.author?.displayName ?? ""
|
||||
color: root.author?.color ?? undefined
|
||||
color: root.author?.color ?? Kirigami.Theme.highlightColor
|
||||
|
||||
MouseArea {
|
||||
anchors.fill: parent
|
||||
enabled: root.author
|
||||
cursorShape: Qt.PointingHandCursor
|
||||
onClicked: RoomManager.resolveResource("https://matrix.to/#/" + root.author.id)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user