mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-14 19:16:02 -04:00
A room ID can no longer be invalid, it's just a string representing either a `EventId` (we can validate that but…) or a `TransactionId` (which is an opaque string, so it can be anything).