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
298b3fd315
PeerTube
/
shared
/
models
/
activitypub
/
objects
/
video-abuse-object.ts
6 lines
99 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
{
Move to eslint
2020-01-31 16:56:52 +01:00
type
:
'Flag'
Add video abuse to activity pub
2017-11-15 15:12:23 +01:00
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
}