mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-23 13:23:09 +02:00
fix: default in user model
This commit is contained in:
parent
e2d8f787e3
commit
7df70aca49
1 changed files with 1 additions and 1 deletions
|
@ -175,7 +175,7 @@ export class MiUser {
|
||||||
public isCat: boolean;
|
public isCat: boolean;
|
||||||
|
|
||||||
@Column('boolean', {
|
@Column('boolean', {
|
||||||
default: false,
|
default: true,
|
||||||
comment: 'Whether the User speaks in nya.',
|
comment: 'Whether the User speaks in nya.',
|
||||||
})
|
})
|
||||||
public speakAsCat: boolean;
|
public speakAsCat: boolean;
|
||||||
|
|
Loading…
Reference in a new issue