]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/types/models/moderation/abuse.ts
Add migrations
[github/Chocobozzz/PeerTube.git] / server / types / models / moderation / abuse.ts
index 8e12be87470dc6cfba0b42f51a823150bcb1c9e1..a0bf4b08f9fde2534821c02c20ece8e81c680fb9 100644 (file)
@@ -98,5 +98,6 @@ export type MAbuseFull =
 export type MAbuseFormattable =
   MAbuse &
   Use<'ReporterAccount', MAccountFormattable> &
+  Use<'FlaggedAccount', MAccountFormattable> &
   Use<'VideoAbuse', MVideoAbuseFormattable> &
   Use<'VideoCommentAbuse', MCommentAbuseFormattable>