]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/moderation/abuse/abuse.model.ts
Use raw sql for abuses
[github/Chocobozzz/PeerTube.git] / shared / models / moderation / abuse / abuse.model.ts
index 086911ad5a5ede2aea6cf603a122210fb6659cca..e241dbd819b18fe5e233ef19db37e80e9df71429 100644 (file)
@@ -60,13 +60,13 @@ export interface Abuse {
 
   // FIXME: deprecated in 2.3, remove the following properties
 
-  // // @deprecated
-  // startAt: null
-  // // @deprecated
-  // endAt: null
-
-  // // @deprecated
-  // count?: number
-  // // @deprecated
-  // nth?: number
+  // @deprecated
+  startAt: null
+  // @deprecated
+  endAt: null
+
+  // @deprecated
+  count?: number
+  // @deprecated
+  nth?: number
 }