]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - shared/models/activitypub/activitypub-actor.ts
dont export base bitrate
[github/Chocobozzz/PeerTube.git] / shared / models / activitypub / activitypub-actor.ts
index 78256e9be57fd1b6f63e29c21367a6205f88061f..119bc22d4e621e5a4bcc03ca1b97e686b210918b 100644 (file)
@@ -19,6 +19,7 @@ export interface ActivityPubActor {
   summary: string
   attributedTo: ActivityPubAttributedTo[]
 
+  support?: string
   uuid: string
   publicKey: {
     id: string
@@ -26,11 +27,9 @@ export interface ActivityPubActor {
     publicKeyPem: string
   }
 
-  // Not used
   icon: {
     type: 'Image'
     mediaType: 'image/png'
     url: string
   }
-  // liked: string
 }