mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-21 22:24:07 +01:00
Add new zero-width emotes from BTTV (#1613)
New zero-width emotes are cvMask and cvHazmat Fixes #1612
This commit is contained in:
parent
95c909b337
commit
d1d17d4e4b
1 changed files with 2 additions and 1 deletions
|
@ -27,7 +27,8 @@
|
|||
namespace {
|
||||
|
||||
const QSet<QString> zeroWidthEmotes{
|
||||
"SoSnowy", "IceCold", "SantaHat", "TopHat", "ReinDeer", "CandyCane",
|
||||
"SoSnowy", "IceCold", "SantaHat", "TopHat",
|
||||
"ReinDeer", "CandyCane", "cvMask", "cvHazmat",
|
||||
};
|
||||
|
||||
QColor getRandomColor(const QVariant &userId)
|
||||
|
|
Loading…
Reference in a new issue