This commit is contained in:
syuilo 2020-07-31 19:21:13 +09:00
parent feed6c7acc
commit 3589fc6f4f

View file

@ -149,7 +149,7 @@ export class UserProfile {
@Index() @Index()
@Column('boolean', { @Column('boolean', {
default: false, default: false, select: false,
}) })
public enableWordMute: boolean; public enableWordMute: boolean;