mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
Add broadcaster + VIPs to tabbable users
This commit is contained in:
parent
777ac017df
commit
28967cb014
|
@ -58,7 +58,7 @@ namespace {
|
||||||
}
|
}
|
||||||
std::pair<Outcome, UsernameSet> parseChatters(const QJsonObject &jsonRoot)
|
std::pair<Outcome, UsernameSet> parseChatters(const QJsonObject &jsonRoot)
|
||||||
{
|
{
|
||||||
static QStringList categories = {"moderators", "staff", "admins",
|
static QStringList categories = {"broadcaster", "vips", "moderators", "staff", "admins",
|
||||||
"global_mods", "viewers"};
|
"global_mods", "viewers"};
|
||||||
|
|
||||||
auto usernames = UsernameSet();
|
auto usernames = UsernameSet();
|
||||||
|
|
Loading…
Reference in a new issue