]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/objects/video-channel-object.ts
Handle announces in inbox
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / objects / video-channel-object.ts
index de504d84c05eab8b9fe4f2e78db3326f1877495b..468e1535ea04e7c7118156ffc45c31ca31d773f0 100644 (file)
@@ -6,4 +6,5 @@ export interface VideoChannelObject {
   uuid: string
   published: Date
   updated: Date
+  actor?: string
 }