This website requires JavaScript.
Explore
Help
Sign In
interesting
/
PeerTube
mirror of
https://github.com/Chocobozzz/PeerTube.git
Watch
1
Star
0
Fork
You've already forked PeerTube
0
Code
Issues
Projects
Releases
Wiki
Activity
b1770a0af4
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 08:12:23 -06:00
export
interface
VideoAbuseObject
{
Move to eslint
2020-01-31 09:56:52 -06:00
type
:
'Flag'
Add video abuse to activity pub
2017-11-15 08:12:23 -06:00
content
:
string
Handle reports from mastodon
2019-08-30 02:40:21 -05:00
object
:
string
|
string
[
]
Add video abuse to activity pub
2017-11-15 08:12:23 -06:00
}