Remove X Spaces reference from Rooms copy.
Deploy Ladill Meet / deploy (push) Successful in 56s

Drop the third-party comparison from the Rooms index subtitle and neutralize the SpaceService docblock.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
isaacclad
2026-07-01 19:23:37 +00:00
co-authored by Cursor
parent 63af522380
commit be8f76cd47
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ use App\Models\User;
class SpaceService
{
/**
* Resolve participant role for a Spaces-style room join.
* Resolve participant role for an audio-only room join.
*/
public function resolveJoinRole(Room $room, ?User $user, string $fallbackRole = 'guest'): string
{