Browse Source

Add formatting

pull/1309/head
Gabe Kangas 4 years ago
parent
commit
f87d4f960a
  1. 2
      core/streamState.go

2
core/streamState.go

@ -75,7 +75,7 @@ func setStreamAsConnected(rtmpOut *io.PipeReader) { @@ -75,7 +75,7 @@ func setStreamAsConnected(rtmpOut *io.PipeReader) {
go webhooks.SendStreamStatusEvent(models.StreamStarted)
transcoder.StartThumbnailGenerator(segmentPath, data.FindHighestVideoQualityIndex(_currentBroadcast.OutputSettings))
_ = chat.SendSystemAction("Stay tuned, the stream is starting!", true)
_ = chat.SendSystemAction("Stay tuned, the stream is **starting**!", true)
chat.SendAllWelcomeMessage()
}

Loading…
Cancel
Save