Log how many rooms we loaded
This commit is contained in:
parent
6409462a96
commit
e4cd8b1c11
@ -533,6 +533,8 @@ RoomlistModel::initializeRooms()
|
||||
for (const auto &id : cache::client()->roomIds())
|
||||
addRoom(id, true);
|
||||
|
||||
nhlog::db()->info("Restored {} rooms from cache", rowCount());
|
||||
|
||||
endResetModel();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user