Fixed degraded dirty emote code escaping (#3010)
This commit is contained in:
@@ -111,7 +111,7 @@ void ImageLayoutElement::addCopyTextToString(QString &str, int from,
|
||||
if (emoteElement)
|
||||
{
|
||||
str += emoteElement->getEmote()->getCopyString();
|
||||
str = TwitchEmotes::cleanUpEmoteCode(EmoteName{str});
|
||||
str = TwitchEmotes::cleanUpEmoteCode(str);
|
||||
if (this->hasTrailingSpace())
|
||||
{
|
||||
str += " ";
|
||||
|
||||
Reference in New Issue
Block a user