From 298822baeaffdc83386e003099e34819bcd7d18c Mon Sep 17 00:00:00 2001 From: Nicolas Werner Date: Fri, 28 May 2021 22:14:59 +0200 Subject: Move currentRoom/timeline handling to roomlist --- resources/qml/ChatPage.qml | 1 + 1 file changed, 1 insertion(+) (limited to 'resources/qml/ChatPage.qml') diff --git a/resources/qml/ChatPage.qml b/resources/qml/ChatPage.qml index fc6137a6..966f169b 100644 --- a/resources/qml/ChatPage.qml +++ b/resources/qml/ChatPage.qml @@ -31,6 +31,7 @@ Rectangle { TimelineView { id: timeline + room: Rooms.currentRoom SplitView.fillWidth: true SplitView.minimumWidth: 400 -- cgit 1.5.1