mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-22 19:08:58 +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())
|
for (const auto &id : cache::client()->roomIds())
|
||||||
addRoom(id, true);
|
addRoom(id, true);
|
||||||
|
|
||||||
|
nhlog::db()->info("Restored {} rooms from cache", rowCount());
|
||||||
|
|
||||||
endResetModel();
|
endResetModel();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue