]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
use application/stream+json for Activity Streams
authorEvan Prodromou <evan@status.net>
Thu, 23 Jun 2011 15:24:37 +0000 (11:24 -0400)
committerEvan Prodromou <evan@status.net>
Thu, 23 Jun 2011 15:24:37 +0000 (11:24 -0400)
lib/feed.php

index 7632aea09c1fb5de9d47a9d3f8ce18a491468c97..e04c69be6c8e7edd31037d60538333a1de0df23f 100644 (file)
@@ -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;
         }