Add full ban

This commit is contained in:
Tarrgon
2025-09-29 15:34:18 -04:00
parent 321d9780ad
commit 85f6b63d4e
5 changed files with 118 additions and 38 deletions
+2
View File
@@ -51,7 +51,9 @@ export type Note = {
export type Ban = {
id: number
user_id: string
expires: 0 | 1
expires_at: string
full_ban: 0 | 1
}
export type GithubUserMapping = {