mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user