This website requires JavaScript.
Explore
Help
Sign In
OpenCloud
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Releases
Wiki
Activity
2f6b5e2d6e
PeerTube
/
shared
/
models
/
activitypub
/
objects
/
video-abuse-object.ts
6 lines
100 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add video abuse to activity pub
2017-11-15 15:12:23 +01:00
export
interface
VideoAbuseObject
{
type
:
'Flag'
,
content
:
string
Handle reports from mastodon
2019-08-30 09:40:21 +02:00
object
:
string
|
string
[
]
Add video abuse to activity pub
2017-11-15 15:12:23 +01:00
}