Per-stream visibility: isPublic on StreamPlan, PATCH endpoint, feed + profile updates

This commit is contained in:
2026-03-03 21:37:00 +01:00
parent ed83c651d8
commit bc6c01940a
9 changed files with 280 additions and 45 deletions

View File

@@ -78,6 +78,7 @@ model StreamPlan {
status String @default("DRAFT")
executionMode String @default("IN_GAME")
gameId String @default("")
isPublic Boolean @default(true)
createdAt DateTime @default(now())
updatedAt DateTime @updatedAt
destinations StreamDestination[]