mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Use 3 tables to represent abuses
This commit is contained in:
parent
72493e44e9
commit
d95d155988
103 changed files with 2142 additions and 1167 deletions
|
@ -1,4 +1,4 @@
|
|||
import { VideoAbusePredefinedReasonsString } from '@shared/models/videos'
|
||||
import { AbusePredefinedReasonsString } from '@shared/models'
|
||||
|
||||
export interface ActivityIdentifierObject {
|
||||
identifier: string
|
||||
|
@ -85,7 +85,7 @@ export interface ActivityMentionObject {
|
|||
|
||||
export interface ActivityFlagReasonObject {
|
||||
type: 'Hashtag'
|
||||
name: VideoAbusePredefinedReasonsString
|
||||
name: AbusePredefinedReasonsString
|
||||
}
|
||||
|
||||
export type ActivityTagObject =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue