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:
@@ -88,6 +88,7 @@ void MessageEventModel::setRoom(NeoChatRoom *room)
|
||||
|
||||
m_currentRoom = room;
|
||||
if (room) {
|
||||
room->setDisplayed();
|
||||
lastReadEventId = room->readMarkerEventId();
|
||||
|
||||
using namespace Quotient;
|
||||
|
||||
Reference in New Issue
Block a user