use application/stream+json for Activity Streams

This commit is contained in:
Evan Prodromou 2011-06-23 11:24:37 -04:00
parent 83a8cac961
commit fadc4df039
1 changed files with 1 additions and 1 deletions

View 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;
}