mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-02-05 21:22:25 -05: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.