enable hideOnlineStatus by default for new users
This commit is contained in:
parent
92ffd2a5fc
commit
b7a6ccfef9
3 changed files with 14 additions and 3 deletions
|
|
@ -32,7 +32,7 @@ export class MiUser {
|
|||
public lastActiveDate: Date | null;
|
||||
|
||||
@Column('boolean', {
|
||||
default: false,
|
||||
default: true,
|
||||
})
|
||||
public hideOnlineStatus: boolean;
|
||||
|
||||
|
|
@ -160,7 +160,7 @@ export class MiUser {
|
|||
length: 128, nullable: true,
|
||||
})
|
||||
public backgroundBlurhash: string | null;
|
||||
|
||||
|
||||
@Column('jsonb', {
|
||||
default: [],
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue