mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-08-03 03:26:57 -04:00
This patch updates `TimelineEvent::event_id` to return an `Option<&EventId>` instead of an `Option<OwnedEventId>`. It avoids cloning the event ID.