feat: allow suspended *and* self-deleted users to access a handful of pages
This commit is contained in:
parent
36cb1d2043
commit
f766a2054b
7 changed files with 32 additions and 16 deletions
|
@ -26,6 +26,7 @@ export type MeUser = UserWithMembers & {
|
|||
last_active: string;
|
||||
last_sid_reroll: string;
|
||||
timezone: string;
|
||||
suspended: boolean;
|
||||
deleted: boolean;
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue