Add movedToUri and knownAs to DB model user
This commit is contained in:
parent
817cad67b2
commit
268b4da2cd
@ -74,6 +74,12 @@ export class User {
|
|||||||
})
|
})
|
||||||
public movedToUri: string | null;
|
public movedToUri: string | null;
|
||||||
|
|
||||||
|
@Column('simple-array', {
|
||||||
|
nullable: true,
|
||||||
|
comment: 'URIs the user is known as too',
|
||||||
|
})
|
||||||
|
public alsoKnownAs: string[] | null;
|
||||||
|
|
||||||
@Column('integer', {
|
@Column('integer', {
|
||||||
default: 0,
|
default: 0,
|
||||||
comment: 'The count of notes.',
|
comment: 'The count of notes.',
|
||||||
|
Loading…
Reference in New Issue
Block a user