mirror of
https://git.joinsharkey.org/Sharkey/Sharkey.git
synced 2024-11-05 16:53: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;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
default: true,
|
||||
comment: 'Whether the User speaks in nya.',
|
||||
})
|
||||
public speakAsCat: boolean;
|
||||
|
|
Loading…
Reference in a new issue