Fix meeting join links pointing at the Care domain.
Deploy Ladill Meet / deploy (push) Successful in 43s
Deploy Ladill Meet / deploy (push) Successful in 43s
Build join URLs from meet.ladill.com config instead of APP_URL, which was still inherited from the Care app template. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -161,7 +161,7 @@ class MeetWebTest extends TestCase
|
||||
'settings' => config('meet.default_settings'),
|
||||
]);
|
||||
|
||||
$this->assertStringContainsString($room->uuid, $room->joinUrl());
|
||||
$this->assertStringContainsString('meet.ladill.com/r/'.$room->uuid, $room->joinUrl());
|
||||
}
|
||||
|
||||
public function test_user_can_view_recordings_index(): void
|
||||
|
||||
Reference in New Issue
Block a user