Feat: 複数ノートの通報機能

This commit is contained in:
mattyatea 2023-12-10 09:17:24 +09:00
parent 4c135a5ca1
commit 6849d510ac
10 changed files with 197 additions and 69 deletions

View file

@ -60,6 +60,11 @@ export class MiAbuseUserReport {
})
public comment: string;
@Column('jsonb', {
default: [],
})
public notes: any[];
//#region Denormalized fields
@Index()
@Column('varchar', {