mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2025-02-25 18:55:32 -06:00
Fix federation with some actors
That don't have a shared inbox, or a URL
This commit is contained in:
@@ -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[]
|
||||
|
||||
Reference in New Issue
Block a user