From 9db162d0fcdd738b9d3825ad1a32c3d75ccd6639 Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Sat, 6 Jul 2024 16:16:44 +0200 Subject: [PATCH] Fix avatar in state delegates --- src/timeline/StateComponent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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