]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/activitypub-actor.ts
Save
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / activitypub-actor.ts
index 77489135c07a45e844a9d4bb1862be4bd211d8bd..05b911d81b760eafe7e46e3761e6d00721736c42 100644 (file)
@@ -1,6 +1,6 @@
 export interface ActivityPubActor {
   '@context': any[]
-  type: 'Person' | 'Application'
+  type: 'Person' | 'Application' | 'Group'
   id: string
   following: string
   followers: string