diff options
author | Chocobozzz <me@florianbigard.com> | 2021-02-26 14:22:25 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-02-26 14:22:25 +0100 |
commit | 8795d6f254bd8f88c385bf77b82cc6f177c94df9 (patch) | |
tree | 88f8f4fced9e0c12db5b43dcac6e44bd94eb8b1a /client/src/app/+admin | |
parent | 92315d979c3f424d81f8fca3c8831d81e4e2a6d6 (diff) | |
download | PeerTube-8795d6f254bd8f88c385bf77b82cc6f177c94df9.tar.gz PeerTube-8795d6f254bd8f88c385bf77b82cc6f177c94df9.tar.zst PeerTube-8795d6f254bd8f88c385bf77b82cc6f177c94df9.zip |
Fix broken local actors
Some channels can't federate because they don't have public/private
keys, maybe because the generation failed for various reasons
Diffstat (limited to 'client/src/app/+admin')
-rw-r--r-- | client/src/app/+admin/system/jobs/jobs.component.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/client/src/app/+admin/system/jobs/jobs.component.ts b/client/src/app/+admin/system/jobs/jobs.component.ts index 38b4066a4..9f5c04406 100644 --- a/client/src/app/+admin/system/jobs/jobs.component.ts +++ b/client/src/app/+admin/system/jobs/jobs.component.ts | |||
@@ -22,11 +22,13 @@ export class JobsComponent extends RestTable implements OnInit { | |||
22 | jobType: JobTypeClient = 'all' | 22 | jobType: JobTypeClient = 'all' |
23 | jobTypes: JobTypeClient[] = [ | 23 | jobTypes: JobTypeClient[] = [ |
24 | 'all', | 24 | 'all', |
25 | |||
25 | 'activitypub-follow', | 26 | 'activitypub-follow', |
26 | 'activitypub-http-broadcast', | 27 | 'activitypub-http-broadcast', |
27 | 'activitypub-http-fetcher', | 28 | 'activitypub-http-fetcher', |
28 | 'activitypub-http-unicast', | 29 | 'activitypub-http-unicast', |
29 | 'activitypub-refresher', | 30 | 'activitypub-refresher', |
31 | 'actor-keys', | ||
30 | 'email', | 32 | 'email', |
31 | 'video-file-import', | 33 | 'video-file-import', |
32 | 'video-import', | 34 | 'video-import', |