Fix federation with some actors

That don't have a shared inbox, or a URL
This commit is contained in:
Chocobozzz
2019-10-23 11:33:53 +02:00
parent a0e6d26759
commit 47581df073
13 changed files with 78 additions and 33 deletions

View File

@@ -1,6 +1,6 @@
import { ActivityPubAttributedTo } from './objects/common-objects'
export type ActivityPubActorType = 'Person' | 'Application' | 'Group'
export type ActivityPubActorType = 'Person' | 'Application' | 'Group' | 'Service' | 'Organization'
export interface ActivityPubActor {
'@context': any[]