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:
+1
-1
@@ -113,6 +113,6 @@ class Room extends Model
|
||||
|
||||
public function joinUrl(): string
|
||||
{
|
||||
return url('/r/'.$this->uuid);
|
||||
return rtrim((string) config('app.meet_url', 'https://meet.ladill.com'), '/').'/r/'.$this->uuid;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user