summaryrefslogtreecommitdiffstats
path: root/lib/Service/ConfigService.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Service/ConfigService.php')
-rw-r--r--lib/Service/ConfigService.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Service/ConfigService.php b/lib/Service/ConfigService.php
index 20e20412..2d36345f 100644
--- a/lib/Service/ConfigService.php
+++ b/lib/Service/ConfigService.php
@@ -420,7 +420,7 @@ class ConfigService {
if ($request->getType() === Request::TYPE_GET) {
$request->addHeader(
- 'Accept', 'application/json; profile="https://www.w3.org/ns/activitystreams"'
+ 'Accept', 'application/ld+json; profile="https://www.w3.org/ns/activitystreams"'
);
}