aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2018-04-11 21:51:57 -0700
committerzotlabs <mike@macgirvin.com>2018-04-11 21:51:57 -0700
commit739a6128247d55cdab9a6432e28f5710310951b3 (patch)
treec39eb15cb8ee99c658f98ceba3f0c38288c605bb /boot.php
parent953a2fd9b2db0c0f0b1cf54c766a1e39002eaea8 (diff)
downloadvolse-hubzilla-739a6128247d55cdab9a6432e28f5710310951b3.tar.gz
volse-hubzilla-739a6128247d55cdab9a6432e28f5710310951b3.tar.bz2
volse-hubzilla-739a6128247d55cdab9a6432e28f5710310951b3.zip
poll responses: start treating them as hidden activities now so that when this feature gets finished it will work flawlessly for versions greater than today.
Diffstat (limited to 'boot.php')
-rwxr-xr-xboot.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/boot.php b/boot.php
index b5de3a544..33302a71c 100755
--- a/boot.php
+++ b/boot.php
@@ -481,6 +481,7 @@ define ( 'ACTIVITY_ABSTAIN', NAMESPACE_ZOT . '/activity/abstain' );
define ( 'ACTIVITY_ATTEND', NAMESPACE_ZOT . '/activity/attendyes' );
define ( 'ACTIVITY_ATTENDNO', NAMESPACE_ZOT . '/activity/attendno' );
define ( 'ACTIVITY_ATTENDMAYBE', NAMESPACE_ZOT . '/activity/attendmaybe' );
+define ( 'ACTIVITY_POLLRESPONSE', NAMESPACE_ZOT . '/activity/pollresponse' );
define ( 'ACTIVITY_OBJ_HEART', NAMESPACE_ZOT . '/activity/heart' );