Fix marking messages as read when the window is thin

Make sure that messages are not marked as read when going back to the roomlist after entering a room when neochat is thin and only showing a single page

Fixes #642
This commit is contained in:
James Graham
2024-03-30 19:32:19 +00:00
parent 276dcce95e
commit 482d61ee47
2 changed files with 5 additions and 2 deletions

View File

@@ -120,6 +120,7 @@ Kirigami.Page {
sourceComponent: TimelineView {
id: timelineView
currentRoom: root.currentRoom
page: root
timelineModel: root.timelineModel
messageFilterModel: root.messageFilterModel
actionsHandler: root.actionsHandler