test #385

Merged
klaus merged 4 commits from test into main 2026-02-06 05:04:37 +00:00
Showing only changes of commit be6f7971c6 - Show all commits

View File

@@ -206,7 +206,7 @@ class LiveRoomService(
timezone,
memberId = member?.id,
isCreator = member?.role == MemberRole.CREATOR,
isAdult = member?.auth != null && isAdultContentVisible,
isAdult = true,
effectiveGender = effectiveGender
)
} else if (dateString != null) {