Fix avatar is StateDelegate
This commit is contained in:
@@ -17,7 +17,7 @@ RowLayout {
|
|||||||
Layout.preferredHeight: 24
|
Layout.preferredHeight: 24
|
||||||
|
|
||||||
name: author.displayName
|
name: author.displayName
|
||||||
source: author.avatarMediaId
|
source: author.avatarMediaId ? "image://mxc/" + author.avatarMediaId : ""
|
||||||
color: author.color
|
color: author.color
|
||||||
|
|
||||||
Component {
|
Component {
|
||||||
|
|||||||
Reference in New Issue
Block a user