diff options
Diffstat (limited to 'shared')
-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 073f15872..4633ab769 100644 --- a/shared/models/server/job.model.ts +++ b/shared/models/server/job.model.ts | |||
@@ -9,6 +9,7 @@ export type JobState = 'active' | 'completed' | 'failed' | 'waiting' | 'delayed' | |||
9 | export type JobType = | 9 | export type JobType = |
10 | | 'activitypub-http-unicast' | 10 | | 'activitypub-http-unicast' |
11 | | 'activitypub-http-broadcast' | 11 | | 'activitypub-http-broadcast' |
12 | | 'activitypub-http-broadcast-parallel' | ||
12 | | 'activitypub-http-fetcher' | 13 | | 'activitypub-http-fetcher' |
13 | | 'activitypub-cleaner' | 14 | | 'activitypub-cleaner' |
14 | | 'activitypub-follow' | 15 | | 'activitypub-follow' |