]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/job.model.ts
Add ability to cleanup remote AP interactions
[github/Chocobozzz/PeerTube.git] / shared / models / server / job.model.ts
index c693827b0a874674ccb82283de40406da2232fce..83ef844570354407b81437c6732bf64dcd284c82 100644 (file)
@@ -8,6 +8,7 @@ export type JobType =
   | 'activitypub-http-unicast'
   | 'activitypub-http-broadcast'
   | 'activitypub-http-fetcher'
+  | 'activitypub-cleaner'
   | 'activitypub-follow'
   | 'video-file-import'
   | 'video-transcoding'