]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/activitypub/actor.ts
Begin advanced search
[github/Chocobozzz/PeerTube.git] / server / models / activitypub / actor.ts
index 1d0e54ee302f8caf59ba996257005f8f4fc4e9fc..38a689fea5da9ac7481d3c5480c5b188077bdfd8 100644 (file)
@@ -88,6 +88,12 @@ enum ScopeNames {
     },
     {
       fields: [ 'inboxUrl', 'sharedInboxUrl' ]
+    },
+    {
+      fields: [ 'serverId' ]
+    },
+    {
+      fields: [ 'avatarId' ]
     }
   ]
 })