diff --git a/src/models/entities/user-profile.ts b/src/models/entities/user-profile.ts index 0a6722aac..cf1c34118 100644 --- a/src/models/entities/user-profile.ts +++ b/src/models/entities/user-profile.ts @@ -149,7 +149,7 @@ export class UserProfile { @Index() @Column('boolean', { - default: false, + default: false, select: false, }) public enableWordMute: boolean;