AvatarDecoration federation

and more fix
This commit is contained in:
mattyatea 2024-01-04 14:16:28 +09:00
parent a4974e3c8a
commit 085a93b9fc
9 changed files with 84 additions and 15 deletions

View file

@ -36,6 +36,11 @@ export class MiAvatarDecoration {
default: '',
})
public category: string;
@Column('varchar', {
length: 256,
nullable: true,
})
public host: string;
// TODO: 定期ジョブで存在しなくなったロールIDを除去するようにする
@Column('varchar', {