diff --git a/common/src/user.ts b/common/src/user.ts index 7a9ff1ca..a94f3119 100644 --- a/common/src/user.ts +++ b/common/src/user.ts @@ -11,8 +11,6 @@ export type User = BaseUser & { avatarUrl: string isBannedFromPosting?: boolean userDeleted?: boolean - allow_direct_messaging?: boolean - allow_interest_indicating?: boolean } export type PrivateUser = {