forked from GNUsocial/gnu-social
Add the service type for activity objects
This commit is contained in:
parent
2ad5aece55
commit
795a4a02ba
@ -69,6 +69,7 @@ class ActivityObject
|
|||||||
const COMMENT = 'http://activitystrea.ms/schema/1.0/comment';
|
const COMMENT = 'http://activitystrea.ms/schema/1.0/comment';
|
||||||
// ^^^^^^^^^^ tea!
|
// ^^^^^^^^^^ tea!
|
||||||
const ACTIVITY = 'http://activitystrea.ms/schema/1.0/activity';
|
const ACTIVITY = 'http://activitystrea.ms/schema/1.0/activity';
|
||||||
|
const SERVICE = 'http://activitystrea.ms/schema/1.0/service';
|
||||||
|
|
||||||
// Atom elements we snarf
|
// Atom elements we snarf
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user