Fix undefined QML reference in TimelineView
markAllMessagesAsRead() has moved it seems, and this specific case wasn't changed.
This commit is contained in:
committed by
Tobias Fella
parent
34f2c2dabc
commit
4af42a57f4
@@ -159,7 +159,7 @@ QQC2.ScrollView {
|
||||
|
||||
function onReadMarkerAdded() {
|
||||
if (root.markReadCondition == LibNeoChat.TimelineMarkReadCondition.EntryVisible && messageListView.allUnreadVisible()) {
|
||||
root.room.markAllMessagesAsRead();
|
||||
_private.room.markAllMessagesAsRead();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user