mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Continue activitypub
This commit is contained in:
parent
e4f97babf7
commit
0d0e8dd090
27 changed files with 1039 additions and 1086 deletions
|
@ -2,7 +2,10 @@ import { ActivityIdentifierObject } from './common-objects'
|
|||
|
||||
export interface VideoChannelObject {
|
||||
type: 'VideoChannel'
|
||||
id: string
|
||||
name: string
|
||||
content: string
|
||||
uuid: ActivityIdentifierObject
|
||||
uuid: string
|
||||
published: Date
|
||||
updated: Date
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue