mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 11:00:48 +03:00
Log how many rooms we loaded
This commit is contained in:
parent
6409462a96
commit
e4cd8b1c11
1 changed files with 2 additions and 0 deletions
|
@ -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 a new issue