Use correct privacy when publishing lives

We don't really need to use a private privacy until the user submits the
second step, because it requires an additional and intentional step
(streaming the live in the RTMP URL) for the user
This commit is contained in:
Chocobozzz 2024-09-05 15:04:32 +02:00
parent e740e2ea3f
commit 06934fee4e
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ export class VideoGoLiveComponent extends VideoSend implements OnInit, AfterView
const video: LiveVideoCreate = {
name,
privacy: this.highestPrivacy,
privacy: this.firstStepPrivacyId,
nsfw: this.serverConfig.instance.isNSFW,
waitTranscoding: true,
permanentLive: this.firstStepPermanentLive,