feat(privacy): add private-message permission toggle
This commit is contained in:
@@ -13,6 +13,7 @@ interface UserProfileUpdatePayload {
|
||||
username?: string;
|
||||
bio?: string | null;
|
||||
avatar_url?: string | null;
|
||||
allow_private_messages?: boolean;
|
||||
}
|
||||
|
||||
export async function updateMyProfile(payload: UserProfileUpdatePayload): Promise<AuthUser> {
|
||||
|
||||
Reference in New Issue
Block a user