mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-10-05 02:39:33 +02:00
Federate video views
This commit is contained in:
parent
c46edbc2f6
commit
40ff57078e
19 changed files with 188 additions and 44 deletions
5
shared/models/activitypub/objects/view-object.ts
Normal file
5
shared/models/activitypub/objects/view-object.ts
Normal file
|
@ -0,0 +1,5 @@
|
|||
export interface ViewObject {
|
||||
type: 'View',
|
||||
actor: string
|
||||
object: string
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue