summary refs log tree commit diff
path: root/resources/qml/TimelineView.qml
diff options
context:
space:
mode:
authorJedi18 <targetakhil@gmail.com>2021-02-11 23:50:45 +0530
committerJedi18 <targetakhil@gmail.com>2021-02-11 23:50:45 +0530
commitf044e2d2a11150d026d5a523b518027154602d3a (patch)
tree473b85ac1f0c3c749228e34430bacdaf36a14af1 /resources/qml/TimelineView.qml
parentshifted room avatar changing (diff)
downloadnheko-f044e2d2a11150d026d5a523b518027154602d3a.tar.xz
fix avatar update on timeline sync
Diffstat (limited to 'resources/qml/TimelineView.qml')
-rw-r--r--resources/qml/TimelineView.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml
index 0c32effd..7a33f25f 100644
--- a/resources/qml/TimelineView.qml
+++ b/resources/qml/TimelineView.qml
@@ -175,7 +175,7 @@ Page {
         }
 
         Connections {
-            target: TimelineManager
+            target: TimelineManager.timeline
             onOpenRoomSettingsDialog: {
                 var roomSettings = roomSettingsComponent.createObject(timelineRoot, {
                     "roomSettings": settings