diff --git a/core/streamState.go b/core/streamState.go index 21b4872e0..c60bbc5b5 100644 --- a/core/streamState.go +++ b/core/streamState.go @@ -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() }