Remove twitchemotes.com-related functionality (#3136)

Co-authored-by: Paweł <zneix@zneix.eu>
This commit is contained in:
pajlada
2021-08-07 13:13:05 +02:00
committed by GitHub
parent 961803deba
commit 54f6e4f9e9
4 changed files with 3 additions and 7 deletions
+1 -1
View File
@@ -57,7 +57,7 @@ EmotePtr TwitchEmotes::getOrCreateEmote(const EmoteId &id,
Image::fromUrl(getEmoteLink(id, "3.0"), 0.25),
},
Tooltip{name.toHtmlEscaped() + "<br>Twitch Emote"},
Url{QString("https://twitchemotes.com/emotes/%1").arg(id.string)}});
});
}
return shared;