mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-13 18:45:44 -04:00
I'm going to be replacing the inner structure of `TimelineEvent` with an implementation that holds a `Raw<AnySyncTimelineEvent>`, rather than a `Raw<AnyTimelineEvent>`. Prepare for that by changing the accessors to return `Raw<AnySyncTimelineEvent>`.