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:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user