mirror of
https://github.com/owncast/owncast.git
synced 2025-01-30 03:53:50 +03:00
Add formatting
This commit is contained in:
parent
a01fe638cc
commit
f87d4f960a
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue