diff --git a/src/timeline/HiddenDelegate.qml b/src/timeline/HiddenDelegate.qml index 7d333727f..6c66557b0 100644 --- a/src/timeline/HiddenDelegate.qml +++ b/src/timeline/HiddenDelegate.qml @@ -47,7 +47,7 @@ TimelineDelegate { implicitHeight: Kirigami.Units.iconSizes.small name: root.author.displayName - source: root.author.avatarSource + source: root.author.avatarUrl color: root.author.color } QQC2.Label {