Make room privacy optional by default so shared join links work out of the box.
Deploy Ladill Meet / deploy (push) Successful in 1m13s

New spaces are public unless the host explicitly enables private/invite-only mode.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-11 15:15:25 +00:00
co-authored by Cursor
parent 8b349da764
commit 60d006654f
3 changed files with 5 additions and 3 deletions
@@ -112,7 +112,7 @@ class SpaceController extends Controller
'audio_only' => true,
'space_mode' => true,
'stage_mode' => true,
'invite_only' => $request->boolean('invite_only', true),
'invite_only' => $request->boolean('invite_only', false),
'speaker_refs' => $speakerRefs,
];