Add known_affiliation flag

This commit is contained in:
Christopher Cookman 2024-12-21 02:56:29 -07:00
parent 02d1017d30
commit 9d9e8ad334

View file

@ -60,7 +60,8 @@ const reasonFlagTypes = [
"LEAKER",
"TOXIC",
"SCAM",
"CHILD_SAFETY"
"CHILD_SAFETY",
"KNOWN_AFFILIATION",
]
const reasonFlags = flags.defineFlags(reasonFlagTypes)