aboutsummaryrefslogtreecommitdiffhomepage
path: root/shared/models/server
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-02-26 16:26:27 +0100
committerChocobozzz <me@florianbigard.com>2021-03-03 10:08:08 +0100
commit74d249bc1346c7cfaac7ee49bebbebcf2a01f82a (patch)
treed47bd163ae57ed8f15b445296634cc04f4f67b6f /shared/models/server
parent095e2258043fcff8a79ab082d11edfbd8f13a8e2 (diff)
downloadPeerTube-74d249bc1346c7cfaac7ee49bebbebcf2a01f82a.tar.gz
PeerTube-74d249bc1346c7cfaac7ee49bebbebcf2a01f82a.tar.zst
PeerTube-74d249bc1346c7cfaac7ee49bebbebcf2a01f82a.zip
Add ability to cleanup remote AP interactions
Diffstat (limited to 'shared/models/server')
-rw-r--r--shared/models/server/job.model.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/models/server/job.model.ts b/shared/models/server/job.model.ts
index c693827b0..83ef84457 100644
--- a/shared/models/server/job.model.ts
+++ b/shared/models/server/job.model.ts
@@ -8,6 +8,7 @@ export type JobType =
8 | 'activitypub-http-unicast' 8 | 'activitypub-http-unicast'
9 | 'activitypub-http-broadcast' 9 | 'activitypub-http-broadcast'
10 | 'activitypub-http-fetcher' 10 | 'activitypub-http-fetcher'
11 | 'activitypub-cleaner'
11 | 'activitypub-follow' 12 | 'activitypub-follow'
12 | 'video-file-import' 13 | 'video-file-import'
13 | 'video-transcoding' 14 | 'video-transcoding'