Merge branch 'release/v1.2.0'
[oweals/peertube.git] / shared / models / server / job.model.ts
index a38a8aa3b9b236715b505e686970322de0c0c95b..85bc9541b673eda5eddec677396a917e25c7bf45 100644 (file)
@@ -6,7 +6,10 @@ export type JobType = 'activitypub-http-unicast' |
   'activitypub-follow' |
   'video-file-import' |
   'video-file' |
-  'email'
+  'email' |
+  'video-import' |
+  'videos-views' |
+  'activitypub-refresher'
 
 export interface Job {
   id: number