]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - server/models/actor/actor.ts
Support interactive video stats graph
[github/Chocobozzz/PeerTube.git] / server / models / actor / actor.ts
index fad2070ea345d91027f55843b583a65a540535d6..93145b8aeb0db6ab020c053b49ea53634db03da8 100644 (file)
@@ -605,7 +605,7 @@ export class ActorModel extends Model<Partial<AttributesOnly<ActorModel>>> {
       image
     }
 
-    return activityPubContextify(json)
+    return activityPubContextify(json, 'Actor')
   }
 
   getFollowerSharedInboxUrls (t: Transaction) {