diff --git a/lib/activitystreamjsondocument.php b/lib/activitystreamjsondocument.php index 0c64ebb998..097267f504 100644 --- a/lib/activitystreamjsondocument.php +++ b/lib/activitystreamjsondocument.php @@ -43,6 +43,7 @@ if (!defined('STATUSNET')) */ class ActivityStreamJSONDocument { + const CONTENT_TYPE = 'application/stream+json; charset=utf-8'; /* Top level array representing the document */ protected $doc = array();