summaryrefslogtreecommitdiffstats
path: root/resources/qml/ChatPage.qml
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-05-28 22:14:59 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-05-28 22:14:59 +0200
commit298822baeaffdc83386e003099e34819bcd7d18c (patch)
tree1caa2bc8475385b1743c9c82a8d98caae3e374fb /resources/qml/ChatPage.qml
parente2765212fb229e8d025d2255314a04a376207749 (diff)
Move currentRoom/timeline handling to roomlist
Diffstat (limited to 'resources/qml/ChatPage.qml')
-rw-r--r--resources/qml/ChatPage.qml1
1 files changed, 1 insertions, 0 deletions
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