mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-04-24 00:58:00 -04:00
The join rule state event can be missing from a room state. In this case, it's an API footgun to return a default value; instead, we should return none and let the caller decide what to do with missing information.