]> 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 781870b1a1a7ce996793dbb7509966dc1f2d0898..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'>