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-10-29 14:33:10 +01:00
2023-11-10 23:18:34 +01:00
2023-10-29 09:49:00 +00:00
2023-10-29 09:49:00 +00:00
2023-10-29 14:33:10 +01:00

ratatrix

Description
Customizable Matrix client
Readme 1.2 MiB
Languages
Rust 100%