mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Server shares user videos
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user