pub(super) async fn get_servers_for_room( services: &Services, user_id: &UserId, room_id: &RoomId, orig_room_id: Option<&RoomOrAliasId>, via: &[OwnedServerName], ) -> Result<Vec<OwnedServerName>>