diff --git a/src/modules/utility.js b/src/modules/utility.js index bcfe85c..8cf7ba6 100644 --- a/src/modules/utility.js +++ b/src/modules/utility.js @@ -475,6 +475,13 @@ const USER_FLAGS = [ undefined, "VERIFIED_EMAIL", // end admin panel leak aug 2022 "QUARANTINED", + undefined, + undefined, + undefined, + undefined, + undefined, + "COLLABORATOR", + "RESTRICTED_COLLABORATOR", ]; function flagFromInt(int) {