X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=lib%2Factivitystreamjsondocument.php;h=097267f504e18ceca3be22213388eeb24ddb076a;hb=f6a7335ccd3191bcd87e57545e8081b2f63f76ea;hp=0c64ebb99880c3c7c0e112279d0389f90572602c;hpb=7cf12f093ed48849ec901038b4cfd44595343c06;p=quix0rs-gnu-social.git 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();