diff --git a/src/api/orbit.ts b/src/api/orbit.ts index ca66d339..1031c6c2 100644 --- a/src/api/orbit.ts +++ b/src/api/orbit.ts @@ -124,7 +124,8 @@ export interface OrbitSettings { } export const ORBIT_DEFAULT_SETTINGS: OrbitSettings = { - autoApprove: true, + // Off by default — host decides per suggestion via the approval list. + autoApprove: false, autoShuffle: true, shuffleIntervalMin: 15, };