mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 10:49:28 +02:00
Send server announce when users upload a video
This commit is contained in:
parent
d846501818
commit
efc32059d9
22 changed files with 161 additions and 80 deletions
|
@ -4,7 +4,7 @@ export interface VideoChannelObject {
|
|||
name: string
|
||||
content: string
|
||||
uuid: string
|
||||
published: Date
|
||||
updated: Date
|
||||
published: string
|
||||
updated: string
|
||||
actor?: string
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue