base_client: todo about room hashmaps

master
Devin R 2020-05-07 15:24:55 -04:00
parent 4f96ac96e2
commit d32172f74e
1 changed files with 3 additions and 0 deletions

View File

@ -616,6 +616,9 @@ impl Client {
}
}
// TODO do we want to move the rooms to the appropriate HashMaps when the corresponding
// event comes in e.g. move a joined room to a left room when leave event comes?
// when events change state, updated signals to StateStore to update database
let mut updated = self.iter_joined_rooms(response).await?;