From: Evan Prodromou Date: Tue, 4 Jun 2013 20:29:47 +0000 (-0400) Subject: Add the service type for activity objects X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=795a4a02ba1dea9eb41a46511fc8b796053a86e2;p=quix0rs-gnu-social.git Add the service type for activity objects --- diff --git a/lib/activityobject.php b/lib/activityobject.php index 4c11be8597..f1c708db2e 100644 --- a/lib/activityobject.php +++ b/lib/activityobject.php @@ -69,6 +69,7 @@ class ActivityObject const COMMENT = 'http://activitystrea.ms/schema/1.0/comment'; // ^^^^^^^^^^ tea! const ACTIVITY = 'http://activitystrea.ms/schema/1.0/activity'; + const SERVICE = 'http://activitystrea.ms/schema/1.0/service'; // Atom elements we snarf