use application/stream+json for Activity Streams
This commit is contained in:
parent
83a8cac961
commit
fadc4df039
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user