mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 19:42:24 +02:00
Server shares user videos
This commit is contained in:
parent
efc32059d9
commit
20494f1221
16 changed files with 215 additions and 111 deletions
|
@ -24,6 +24,7 @@ export interface ActivityCreate extends BaseActivity {
|
|||
|
||||
export interface ActivityAdd extends BaseActivity {
|
||||
type: 'Add'
|
||||
target: string
|
||||
object: VideoTorrentObject
|
||||
}
|
||||
|
||||
|
@ -52,5 +53,5 @@ export interface ActivityAccept extends BaseActivity {
|
|||
|
||||
export interface ActivityAnnounce extends BaseActivity {
|
||||
type: 'Announce'
|
||||
object: VideoChannelObject | VideoTorrentObject
|
||||
object: ActivityCreate | ActivityAdd
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue