AvatarDecoration federation
and more fix
This commit is contained in:
parent
a4974e3c8a
commit
085a93b9fc
9 changed files with 84 additions and 15 deletions
|
|
@ -36,6 +36,11 @@ export class MiAvatarDecoration {
|
|||
default: '',
|
||||
})
|
||||
public category: string;
|
||||
@Column('varchar', {
|
||||
length: 256,
|
||||
nullable: true,
|
||||
})
|
||||
public host: string;
|
||||
|
||||
// TODO: 定期ジョブで存在しなくなったロールIDを除去するようにする
|
||||
@Column('varchar', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue