Always pass displayName without matrix id to avatar name
BUG: 456638
This commit is contained in:
@@ -73,7 +73,7 @@ Control {
|
||||
Layout.preferredHeight: Kirigami.Units.iconSizes.small
|
||||
Layout.alignment: Qt.AlignTop
|
||||
|
||||
name: author.displayName
|
||||
name: model.displayNameForInitials
|
||||
source: author.avatarMediaId ? ("image://mxc/" + author.avatarMediaId) : ""
|
||||
color: author.color
|
||||
|
||||
|
||||
Reference in New Issue
Block a user