refactor(lounge): improve performance for list rooms

This commit is contained in:
MingxuanGame
2025-08-09 08:36:24 +00:00
parent e22c49d5db
commit 076b9d901b
2 changed files with 38 additions and 34 deletions

View File

@@ -10,7 +10,7 @@ class RoomCategory(str, Enum):
SPOTLIGHT = "spotlight"
FEATURED_ARTIST = "featured_artist"
DAILY_CHALLENGE = "daily_challenge"
REALTIME = "realtime"
REALTIME = "realtime" # INTERNAL USE ONLY, DO NOT USE IN API
class MatchType(str, Enum):