Stop Chat and More from flashing on load in audio rooms.
Deploy Ladill Meet / deploy (push) Successful in 57s

Bootstrap room-type flags from meet-config before Alpine paints, gate toolbar and banners server-side per room type, and hide Alpine toolbar items until init completes.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-04 01:00:28 +00:00
co-authored by Cursor
parent 1d1a4cd877
commit 4dd7883763
3 changed files with 137 additions and 45 deletions
+2
View File
@@ -1301,6 +1301,8 @@ class MeetWebTest extends TestCase
$response->assertOk();
$response->assertSee('data-is-space="1"', false);
$response->assertDontSee('title="Chat"', false);
$response->assertDontSee('>More</', false);
$response->assertDontSee('Start breakouts', false);
$response->assertDontSee('Share files', false);
$response->assertDontSee('View the room lineup from Events', false);