diff options
author | Chocobozzz <me@florianbigard.com> | 2017-12-14 11:18:49 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2017-12-19 10:51:09 +0100 |
commit | fadf619ad61a016c1c7fc53de5a8f398a4f77519 (patch) | |
tree | bd449b9fe2353d812f4cf57f6dd03c2221b25607 /shared/models/activitypub | |
parent | 7efe153b0bc23e596d5019b9fb3e3e32b6cfeccd (diff) | |
download | PeerTube-fadf619ad61a016c1c7fc53de5a8f398a4f77519.tar.gz PeerTube-fadf619ad61a016c1c7fc53de5a8f398a4f77519.tar.zst PeerTube-fadf619ad61a016c1c7fc53de5a8f398a4f77519.zip |
Save
Diffstat (limited to 'shared/models/activitypub')
-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 |