From: Evan Prodromou Date: Thu, 23 Jun 2011 15:24:37 +0000 (-0400) Subject: use application/stream+json for Activity Streams X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fadc4df039f4b673b9845558763697fd6750dac3;p=quix0rs-gnu-social.git use application/stream+json for Activity Streams --- diff --git a/lib/feed.php b/lib/feed.php index 7632aea09c..e04c69be6c 100644 --- a/lib/feed.php +++ b/lib/feed.php @@ -74,7 +74,7 @@ class Feed case Feed::FOAF: return 'application/rdf+xml'; case Feed::JSON: - return 'application/json'; + return 'application/stream+json'; default: return null; }