diff --git a/plugins/federator/contentnation.php b/plugins/federator/contentnation.php index de85112..a7a2277 100644 --- a/plugins/federator/contentnation.php +++ b/plugins/federator/contentnation.php @@ -408,7 +408,7 @@ class ContentNation implements Connector $ap['object'] = [ 'type' => 'Article', 'id' => $ourUrl . "/" . $articleOwnerName . "/" . $articleName, - 'name' => $jsonData['object']['name'] ?? null, + 'name' => $jsonData['object']['title'] ?? null, 'published' => $originalPublished, 'summary' => $jsonData['object']['summary'] ?? null, 'content' => $jsonData['object']['content'] ?? null,