diff --git a/templates/author-json.php b/templates/author-json.php index fe569db..3defd98 100644 --- a/templates/author-json.php +++ b/templates/author-json.php @@ -1,6 +1,10 @@ set_context( + \Activitypub\Model\Activity::CONTEXT +); + /* * Action triggerd prior to the ActivityPub profile being created and sent to the client */ diff --git a/templates/blog-json.php b/templates/blog-json.php index 677c574..635e7d5 100644 --- a/templates/blog-json.php +++ b/templates/blog-json.php @@ -1,6 +1,10 @@ set_context( + \Activitypub\Model\Activity::CONTEXT +); + /* * Action triggerd prior to the ActivityPub profile being created and sent to the client */