]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/moderation/abuse/abuse.model.ts
Don't guess remote tracker URL
[github/Chocobozzz/PeerTube.git] / shared / models / moderation / abuse / abuse.model.ts
index 7f126ba4a0a15bb4a6100ab6aefb82ef5c63a995..6048777ffc6689054656a5d5bc987674cc24c1bf 100644 (file)
@@ -60,18 +60,6 @@ export interface AdminAbuse {
   countReportsForReportee?: number
 
   countMessages: number
-
-  // FIXME: deprecated in 2.3, remove the following properties
-
-  // @deprecated
-  startAt?: null
-  // @deprecated
-  endAt?: null
-
-  // @deprecated
-  count?: number
-  // @deprecated
-  nth?: number
 }
 
 export type UserVideoAbuse = Omit<AdminVideoAbuse, 'countReports' | 'nthReport'>
@@ -79,4 +67,4 @@ export type UserVideoAbuse = Omit<AdminVideoAbuse, 'countReports' | 'nthReport'>
 export type UserVideoCommentAbuse = AdminVideoCommentAbuse
 
 export type UserAbuse = Omit<AdminAbuse, 'reporterAccount' | 'countReportsForReportee' | 'countReportsForReporter' | 'startAt' | 'endAt'
-| 'count' | 'nth'>
+| 'count' | 'nth' | 'moderationComment'>