mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-11 01:13:14 -04:00
This is (sadly) required since we cannot do `as_str()` for `TimlineEventType` and other `ruma` event types. So we need to use `String`. We also never used them more specifically than strings.