feat(privacy): add private-message permission toggle
This commit is contained in:
@@ -66,6 +66,7 @@ export interface AuthUser {
|
||||
bio?: string | null;
|
||||
avatar_url: string | null;
|
||||
email_verified: boolean;
|
||||
allow_private_messages: boolean;
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user