From 8c26db63ddf449a033e488b5d95af83fe08bdb2e Mon Sep 17 00:00:00 2001 From: zotlabs Date: Sun, 1 Jul 2018 19:12:45 -0700 Subject: some changes to support plume --- Zotlabs/Lib/ActivityStreams.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Zotlabs/Lib/ActivityStreams.php b/Zotlabs/Lib/ActivityStreams.php index 3a99e7b49..37e717f58 100644 --- a/Zotlabs/Lib/ActivityStreams.php +++ b/Zotlabs/Lib/ActivityStreams.php @@ -36,6 +36,7 @@ class ActivityStreams { $this->raw = $string; $this->data = json_decode($string, true); + if($this->data) { $this->valid = true; } @@ -206,7 +207,7 @@ class ActivityStreams { } $x = z_fetch_url($url, true, $redirects, - ['headers' => [ 'Accept: application/ld+json; profile="https://www.w3.org/ns/activitystreams", application/activity+json' ]]); + ['headers' => [ 'Accept: application/activity+json, application/ld+json; profile="https://www.w3.org/ns/activitystreams"' ]]); if($x['success']) return json_decode($x['body'], true); -- cgit v1.2.3