pub(crate) async fn get_events_from_event_ids(
client: &Client,
room: &Room,
event_ids: Vec<OwnedEventId>,
) -> Vec<TimelineEvent>pub(crate) async fn get_events_from_event_ids(
client: &Client,
room: &Room,
event_ids: Vec<OwnedEventId>,
) -> Vec<TimelineEvent>