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
9ca0f688e9
PeerTube
/
shared
/
models
/
videos
/
blacklist
/
video-blacklist-create.mode...
5 lines
83 B
TypeScript
Raw
Normal View
History
Unescape
Escape
Add blacklist reason field
2018-08-13 09:57:13 -05:00
export
interface
VideoBlacklistCreate
{
reason?
:
string
Add ability to unfederate a local video (on blacklist)
2019-01-10 08:39:51 -06:00
unfederate?
:
boolean
Add blacklist reason field
2018-08-13 09:57:13 -05:00
}