Per-stream visibility: isPublic on StreamPlan, PATCH endpoint, feed + profile updates
This commit is contained in:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user