Communicate streams that went offline through /live (#2880)
Co-authored-by: pajlada <rasmus.karlsson@pajlada.com>
This commit is contained in:
@@ -1309,6 +1309,9 @@ void TwitchMessageBuilder::liveMessage(const QString &channelName,
|
||||
->setLink({Link::UserInfo, channelName});
|
||||
builder->emplace<TextElement>("is live!", MessageElementFlag::Text,
|
||||
MessageColor::Text);
|
||||
auto text = channelName + " is live!";
|
||||
builder->message().searchText = text;
|
||||
builder->message().messageText = text;
|
||||
}
|
||||
|
||||
void TwitchMessageBuilder::liveSystemMessage(const QString &channelName,
|
||||
|
||||
Reference in New Issue
Block a user