Also update read markers when opening room

This commit is contained in:
Tobias Fella
2020-12-09 23:44:53 +01:00
parent 05955c43de
commit 0aeecb8c63

View File

@@ -485,6 +485,7 @@ Kirigami.ScrollablePage {
Component.onCompleted: {
updateReadMarker()
if (currentRoom) {
if (currentRoom.timelineSize < 20)
currentRoom.getPreviousContent(50)