Add new zero-width emotes from BTTV (#1613)

New zero-width emotes are cvMask and cvHazmat

Fixes #1612
This commit is contained in:
Mm2PL 2020-03-27 21:23:32 +01:00 committed by GitHub
parent 95c909b337
commit d1d17d4e4b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -27,7 +27,8 @@
namespace { namespace {
const QSet<QString> zeroWidthEmotes{ const QSet<QString> zeroWidthEmotes{
"SoSnowy", "IceCold", "SantaHat", "TopHat", "ReinDeer", "CandyCane", "SoSnowy", "IceCold", "SantaHat", "TopHat",
"ReinDeer", "CandyCane", "cvMask", "cvHazmat",
}; };
QColor getRandomColor(const QVariant &userId) QColor getRandomColor(const QVariant &userId)