pub fn is_suitable_for_latest_event(
    event: &AnySyncTimelineEvent,
) -> PossibleLatestEvent<'_>
Expand description

Decide whether an event could be stored as the latest event in a room. Returns a LatestEvent representing our decision.