]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/job.model.ts
Add ability for instances to follow any actor
[github/Chocobozzz/PeerTube.git] / shared / models / server / job.model.ts
index 83ef844570354407b81437c6732bf64dcd284c82..4ab249e0b86eaeb16d88cbba129f2d062869fffb 100644 (file)
@@ -53,13 +53,12 @@ export type ActivitypubHttpFetcherPayload = {
   uri: string
   type: FetchType
   videoId?: number
-  accountId?: number
 }
 
 export type ActivitypubHttpUnicastPayload = {
   uri: string
   signatureActorId?: number
-  body: any
+  body: object
   contextType?: ContextType
 }