aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2015-01-11 14:41:33 -0800
committerfriendica <info@friendica.com>2015-01-11 14:41:33 -0800
commit0259051a87233f32efaaa7f0b4dafc71c2f3c13d (patch)
tree3d222e3a66d14d5e4477304789e292939e3b808e /boot.php
parentb018b39e6473b74599a9cefe1ed8bae923424ff4 (diff)
downloadvolse-hubzilla-0259051a87233f32efaaa7f0b4dafc71c2f3c13d.tar.gz
volse-hubzilla-0259051a87233f32efaaa7f0b4dafc71c2f3c13d.tar.bz2
volse-hubzilla-0259051a87233f32efaaa7f0b4dafc71c2f3c13d.zip
basic backend work for creating consensus items
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index d559c16f2..0fe811093 100755
--- a/boot.php
+++ b/boot.php
@@ -481,6 +481,10 @@ define ( 'NAMESPACE_YMEDIA', 'http://search.yahoo.com/mrss/' );
define ( 'ACTIVITY_LIKE', NAMESPACE_ACTIVITY_SCHEMA . 'like' );
define ( 'ACTIVITY_DISLIKE', NAMESPACE_ZOT . '/activity/dislike' );
+define ( 'ACTIVITY_AGREE', NAMESPACE_ZOT . '/activity/agree' );
+define ( 'ACTIVITY_DISAGREE', NAMESPACE_ZOT . '/activity/disagree' );
+define ( 'ACTIVITY_ABSTAIN', NAMESPACE_ZOT . '/activity/abstain' );
+
define ( 'ACTIVITY_OBJ_HEART', NAMESPACE_ZOT . '/activity/heart' );
define ( 'ACTIVITY_FRIEND', NAMESPACE_ACTIVITY_SCHEMA . 'make-friend' );