From a38030a3606210c7d1913a1bdaefb0121efd2327 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Menrath?= Date: Thu, 21 Dec 2023 11:17:00 +0100 Subject: [PATCH] add FEP-2677: Identifying the Application Actor https://codeberg.org/fediverse/fep/src/branch/main/fep/2677/fep-2677.md --- includes/rest/class-nodeinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/rest/class-nodeinfo.php b/includes/rest/class-nodeinfo.php index b066214..e9f346c 100644 --- a/includes/rest/class-nodeinfo.php +++ b/includes/rest/class-nodeinfo.php @@ -178,6 +178,6 @@ class Nodeinfo { ), ); - return new \WP_REST_Response( $discovery, 200 ); + return new \WP_REST_Response( $discovery, 200 ); } }