diff options
Diffstat (limited to 'shared/models')
-rw-r--r-- | shared/models/activitypub/activitypub-actor.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/models/activitypub/activitypub-actor.ts b/shared/models/activitypub/activitypub-actor.ts index 77489135c..05b911d81 100644 --- a/shared/models/activitypub/activitypub-actor.ts +++ b/shared/models/activitypub/activitypub-actor.ts | |||
@@ -1,6 +1,6 @@ | |||
1 | export interface ActivityPubActor { | 1 | export interface ActivityPubActor { |
2 | '@context': any[] | 2 | '@context': any[] |
3 | type: 'Person' | 'Application' | 3 | type: 'Person' | 'Application' | 'Group' |
4 | id: string | 4 | id: string |
5 | following: string | 5 | following: string |
6 | followers: string | 6 | followers: string |