fn direction_of(
order_by: Option<&MediaSortOrder>,
dir: Option<Direction>,
) -> DirectionExpand description
Default direction is newest first (Backward) when the client sets neither
order_by nor dir, matching Synapse’s back-compat behaviour.