mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-08 23:13:08 +02:00
refactor
This commit is contained in:
parent
feed6c7acc
commit
3589fc6f4f
1 changed files with 1 additions and 1 deletions
|
@ -149,7 +149,7 @@ export class UserProfile {
|
|||
|
||||
@Index()
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
default: false, select: false,
|
||||
})
|
||||
public enableWordMute: boolean;
|
||||
|
||||
|
|
Loading…
Reference in a new issue