Add ability to set a user as a moderator via the admin (#355)

* Add moderators

* Remove passing unused prop

* Fix linter not running
This commit is contained in:
Gabe Kangas
2021-11-02 17:06:46 -07:00
committed by GitHub
parent 565d007a40
commit 24cb1ed0f1
8 changed files with 133 additions and 1073 deletions

View File

@@ -16,6 +16,7 @@ export interface User {
disabledAt: Date;
previousNames: [string];
nameChangedAt: Date;
scopes?: [string];
}
export interface UsernameHistory {