mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-22 23:24:10 +02:00
enhance: サーバーごとにモデレーションノートを残せるように
This commit is contained in:
@@ -144,4 +144,9 @@ export class MiInstance {
|
||||
nullable: true,
|
||||
})
|
||||
public infoUpdatedAt: Date | null;
|
||||
|
||||
@Column('varchar', {
|
||||
length: 16384, default: '',
|
||||
})
|
||||
public moderationNote: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user