aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-07 17:18:26 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-07-10 14:02:41 +0200
commit811cef146c841ef8530bc812c05dfee77e0f2998 (patch)
tree25643c58352f0452433e25c8bc3ed4aa752b019d /shared
parent4f32032fed8587ea97d45e235b167e8958efd81f (diff)
downloadPeerTube-811cef146c841ef8530bc812c05dfee77e0f2998.tar.gz
PeerTube-811cef146c841ef8530bc812c05dfee77e0f2998.tar.zst
PeerTube-811cef146c841ef8530bc812c05dfee77e0f2998.zip
Use raw sql for abuses
Diffstat (limited to 'shared')
-rw-r--r--shared/models/moderation/abuse/abuse.model.ts18
1 files changed, 9 insertions, 9 deletions
diff --git a/shared/models/moderation/abuse/abuse.model.ts b/shared/models/moderation/abuse/abuse.model.ts
index 086911ad5..e241dbd81 100644
--- a/shared/models/moderation/abuse/abuse.model.ts
+++ b/shared/models/moderation/abuse/abuse.model.ts
@@ -60,13 +60,13 @@ export interface Abuse {
60 60
61 // FIXME: deprecated in 2.3, remove the following properties 61 // FIXME: deprecated in 2.3, remove the following properties
62 62
63 // // @deprecated 63 // @deprecated
64 // startAt: null 64 startAt: null
65 // // @deprecated 65 // @deprecated
66 // endAt: null 66 endAt: null
67 67
68 // // @deprecated 68 // @deprecated
69 // count?: number 69 count?: number
70 // // @deprecated 70 // @deprecated
71 // nth?: number 71 nth?: number
72} 72}