Switch to Twitch v2 emote API for animated emote support (#2863)
Co-authored-by: Felanbird <41973452+Felanbird@users.noreply.github.com> Co-authored-by: Paweł <zneix@zneix.eu>
This commit is contained in:
@@ -10,8 +10,10 @@
|
||||
|
||||
#include <memory>
|
||||
|
||||
// NB: "default" can be replaced with "static" to always get a non-animated
|
||||
// variant
|
||||
#define TWITCH_EMOTE_TEMPLATE \
|
||||
"https://static-cdn.jtvnw.net/emoticons/v1/{id}/{scale}"
|
||||
"https://static-cdn.jtvnw.net/emoticons/v2/{id}/default/dark/{scale}"
|
||||
|
||||
namespace chatterino {
|
||||
struct Emote;
|
||||
|
||||
Reference in New Issue
Block a user