Files
Val Lorentz b1d98c0da0 Only fetch display_name/parent/children if there was any update to the room state
Previously, fetching those pinned a whole CPU core, and panicked with
`called `Option::unwrap()` on a `None` value` here:
https://github.com/bikeshedder/deadpool/blob/deadpool-sync-v0.1.2/sync/src/lib.rs#L122
presumably because the high churn in created and dropped futures.

Technically we should re-fetch the parent if any space was updated (because
`Room::parent_spaces()` checks relationships are reciprocal), but
let's do this later
2023-11-11 10:40:26 +01:00
..
2023-11-06 20:37:24 +01:00
2023-11-06 20:37:24 +01:00
2023-11-06 20:37:24 +01:00
2023-11-02 19:30:36 +01:00
2023-11-05 10:00:19 +01:00
2023-11-05 10:00:19 +01:00
2023-11-06 20:37:24 +01:00