X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=shared%2Fmodels%2Fmoderation%2Fabuse%2Fabuse-create.model.ts;h=0e7e9587f7fadeb3d5a9562c5ae21b0ba435454c;hb=7a4ea932461f228ae44a173ddcd48ffb088aa023;hp=b0358dbb9af1bc867770bcd891596b0c97d57332;hpb=ec903c010ecc54ec2acad0bf2cf10e7fbf6a0fa2;p=github%2FChocobozzz%2FPeerTube.git diff --git a/shared/models/moderation/abuse/abuse-create.model.ts b/shared/models/moderation/abuse/abuse-create.model.ts index b0358dbb9..0e7e9587f 100644 --- a/shared/models/moderation/abuse/abuse-create.model.ts +++ b/shared/models/moderation/abuse/abuse-create.model.ts @@ -19,11 +19,3 @@ export interface AbuseCreate { id: number } } - -// FIXME: deprecated in 2.3. Remove it -export interface VideoAbuseCreate { - reason: string - predefinedReasons?: AbusePredefinedReasonsString[] - startAt?: number - endAt?: number -}