Fix sidebar and autocompletion not listing all members

This was because of lazy loadingn, now force the active room to be fully
loaded.
This commit is contained in:
Carl Schwan
2020-12-16 22:19:38 +01:00
parent 6ff31f1714
commit 80d428ff2c

View File

@@ -88,6 +88,7 @@ void MessageEventModel::setRoom(NeoChatRoom *room)
m_currentRoom = room;
if (room) {
room->setDisplayed();
lastReadEventId = room->readMarkerEventId();
using namespace Quotient;