Add an option to lazy load room message at initial sync.
Reduces initial sync time. Useful if you joined a lot of rooms and have a slow homeserver.
This commit is contained in:
@@ -53,6 +53,7 @@ class RoomListModel : public QAbstractListModel {
|
||||
|
||||
signals:
|
||||
void connectionChanged();
|
||||
void roomAdded(Room* room);
|
||||
void newMessage(Room* room);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user