From 42cd470e157b14ae6dd3da6fe02aecbf844fa88c Mon Sep 17 00:00:00 2001 From: Tobias Fella Date: Mon, 14 Nov 2022 19:32:46 +0100 Subject: [PATCH] Fix running without polls --- src/qml/Component/Timeline/PollDelegate.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/qml/Component/Timeline/PollDelegate.qml b/src/qml/Component/Timeline/PollDelegate.qml index dc8fe8c02..5f5f58f58 100644 --- a/src/qml/Component/Timeline/PollDelegate.qml +++ b/src/qml/Component/Timeline/PollDelegate.qml @@ -14,7 +14,7 @@ TimelineContainer { id: pollDelegate readonly property var data: model - property PollHandler pollHandler: currentRoom.poll(model.eventId) + property var pollHandler: currentRoom.poll(model.eventId) innerObject: ColumnLayout { Label {