diff --git a/src/timeline/StateComponent.qml b/src/timeline/StateComponent.qml index 06ab3cf12..0aca69e86 100644 --- a/src/timeline/StateComponent.qml +++ b/src/timeline/StateComponent.qml @@ -46,7 +46,7 @@ RowLayout { Layout.preferredWidth: Kirigami.Units.iconSizes.small Layout.preferredHeight: Kirigami.Units.iconSizes.small - source: root.author?.avatarSource ?? "" + source: root.author?.avatarUrl ?? "" name: root.author?.displayName ?? "" color: root.author?.color ?? undefined