utility.flagdump: add missing flags

This commit is contained in:
Cynthia Foxwell 2022-10-22 19:22:03 -06:00
parent 7009fa9491
commit 05b0a16424
1 changed files with 12 additions and 12 deletions

View File

@ -22,7 +22,7 @@ const EMOJI_SETS = {
suffix: ".svg",
},
noto: {
prefix: "gitcdn.xyz/repo/googlefonts/noto-emoji/master/svg/emoji_u",
prefix: "https://gitcdn.xyz/repo/googlefonts/noto-emoji/master/svg/emoji_u",
sep: "_",
suffix: ".svg",
},
@ -425,7 +425,7 @@ const USER_FLAGS = [
"HYPESQUAD_ONLINE_HOUSE_3",
"PREMIUM_EARLY_SUPPORTER",
"TEAM_PSEUDO_USER",
"<Internal Application (Partner, etc) Flag>",
"<Internal Application (Partner, etc) Flag>", // leaked
"SYSTEM",
"HAS_UNREAD_URGENT_MESSAGES",
"BUG_HUNTER_LEVEL_2",
@ -447,17 +447,17 @@ const USER_FLAGS = [
undefined,
undefined,
undefined,
"HIGH_GLOBAL_RATE_LIMIT", // start admin panel leak aug 2022
"DELETED",
"DISABLED_SUSPICIOUS_ACTIVITY",
"SELF_DELETED",
"PREMIUM_DISCRIMINATOR",
"USED_DESKTOP_CLIENT",
"USED_WEB_CLIENT",
"USED_MOBILE_CLIENT",
"DISABLED",
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
undefined,
"<Verified Phone Number (speculative)>",
"VERIFIED_EMAIL", // end admin panel leak aug 2022
"QUARANTINED",
];