mirror of
https://github.com/MisskeyIO/misskey
synced 2024-11-24 07:06:22 +09:00
refactor
This commit is contained in:
parent
feed6c7acc
commit
3589fc6f4f
@ -149,7 +149,7 @@ export class UserProfile {
|
||||
|
||||
@Index()
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
default: false, select: false,
|
||||
})
|
||||
public enableWordMute: boolean;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user