feat(privacy): support nobody option for group invites
Some checks are pending
CI / test (push) Has started running
Some checks are pending
CI / test (push) Has started running
This commit is contained in:
@@ -86,7 +86,7 @@ export interface AuthUser {
|
||||
privacy_private_messages?: "everyone" | "contacts" | "nobody";
|
||||
privacy_last_seen?: "everyone" | "contacts" | "nobody";
|
||||
privacy_avatar?: "everyone" | "contacts" | "nobody";
|
||||
privacy_group_invites?: "everyone" | "contacts";
|
||||
privacy_group_invites?: "everyone" | "contacts" | "nobody";
|
||||
created_at: string;
|
||||
updated_at: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user