summary refs log tree commit diff
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2021-08-17 19:11:09 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2021-08-17 19:11:09 +0200
commit56b24f8d9329a43d684b72ca3da17356abb68106 (patch)
tree02a943dd5a0ff312cb096ceedab2d60a7aea50a5
parentFix all rooms being opened on startup (diff)
downloadnheko-56b24f8d9329a43d684b72ca3da17356abb68106.tar.xz
Load message list async
-rw-r--r--resources/qml/TimelineView.qml1
1 files changed, 1 insertions, 0 deletions
diff --git a/resources/qml/TimelineView.qml b/resources/qml/TimelineView.qml

index c8ac6bc7..0da7d6c2 100644 --- a/resources/qml/TimelineView.qml +++ b/resources/qml/TimelineView.qml
@@ -86,6 +86,7 @@ Item { Loader { active: room || roomPreview + asynchronous: true Layout.fillWidth: true sourceComponent: MessageView {