fix(reports): make front-end handle nullified reported_id and reported_id
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
@@ -14,7 +14,7 @@ export interface IReportNote extends IActionLogObject {
|
||||
}
|
||||
export interface IReport extends IActionLogObject {
|
||||
id: string;
|
||||
reported: IActor;
|
||||
reported: IActor | undefined;
|
||||
reporter: IPerson;
|
||||
events?: IEvent[];
|
||||
comments: IComment[];
|
||||
|
||||
Reference in New Issue
Block a user