]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/server/job.model.ts
Update translations from zanata and add cs and eo
[github/Chocobozzz/PeerTube.git] / shared / models / server / job.model.ts
index 5ebb75a5c08ba74aed9172901c708b2d9032fd79..7d8d39a1953dd339122e94d709086923e4e749c0 100644 (file)
@@ -3,6 +3,8 @@ export type JobState = 'active' | 'complete' | 'failed' | 'inactive' | 'delayed'
 export type JobType = 'activitypub-http-unicast' |
   'activitypub-http-broadcast' |
   'activitypub-http-fetcher' |
+  'activitypub-follow' |
+  'video-file-import' |
   'video-file' |
   'email'