diff options
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/server/job.model.ts | 1 |
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' |