Consider nested space when populating space hierarchy
This commit is contained in:
@@ -55,6 +55,9 @@ void SpaceHierarchyCache::populateSpaceHierarchy(const QString &spaceId)
|
|||||||
const auto rooms = job->rooms();
|
const auto rooms = job->rooms();
|
||||||
QVector<QString> roomList;
|
QVector<QString> roomList;
|
||||||
for (unsigned long i = 0; i < rooms.size(); ++i) {
|
for (unsigned long i = 0; i < rooms.size(); ++i) {
|
||||||
|
for (const auto &state : rooms[i].childrenState) {
|
||||||
|
roomList.push_back(state->stateKey());
|
||||||
|
}
|
||||||
roomList.push_back(rooms.at(i).roomId);
|
roomList.push_back(rooms.at(i).roomId);
|
||||||
}
|
}
|
||||||
m_spaceHierarchy.insert(spaceId, roomList);
|
m_spaceHierarchy.insert(spaceId, roomList);
|
||||||
|
|||||||
Reference in New Issue
Block a user