pub(super) fn base_opts(
op: Op,
room_id: OwnedRoomId,
event_id: OwnedEventId,
server: Option<OwnedServerName>,
attempt_limit: Option<usize>,
verify: bool,
) -> OptsExpand description
Validation toggles default off here, inverting Opts::new; only verify
re-enables them.