From fadc4df039f4b673b9845558763697fd6750dac3 Mon Sep 17 00:00:00 2001 From: Evan Prodromou Date: Thu, 23 Jun 2011 11:24:37 -0400 Subject: [PATCH] use application/stream+json for Activity Streams --- lib/feed.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; }