aboutsummaryrefslogtreecommitdiffstats
path: root/Zotlabs/Lib/Activity.php
diff options
context:
space:
mode:
authorzotlabs <mike@macgirvin.com>2019-01-16 15:28:30 -0800
committerzotlabs <mike@macgirvin.com>2019-01-16 15:28:30 -0800
commiteaa375936fc3c23f1b6629cba56fce2eb116a1c6 (patch)
treee911e6524a3b1421c184fb4ea832fd87bc92ab98 /Zotlabs/Lib/Activity.php
parent7b30fc4b82da0a64e152cdeb82564f8d52b7177e (diff)
downloadvolse-hubzilla-eaa375936fc3c23f1b6629cba56fce2eb116a1c6.tar.gz
volse-hubzilla-eaa375936fc3c23f1b6629cba56fce2eb116a1c6.tar.bz2
volse-hubzilla-eaa375936fc3c23f1b6629cba56fce2eb116a1c6.zip
more z6 compatibility fixes
Diffstat (limited to 'Zotlabs/Lib/Activity.php')
-rw-r--r--Zotlabs/Lib/Activity.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/Zotlabs/Lib/Activity.php b/Zotlabs/Lib/Activity.php
index ef6ee6c3e..b4c833594 100644
--- a/Zotlabs/Lib/Activity.php
+++ b/Zotlabs/Lib/Activity.php
@@ -568,6 +568,9 @@ class Activity {
'http://activitystrea.ms/schema/1.0/tag' => 'Add',
'http://activitystrea.ms/schema/1.0/follow' => 'Follow',
'http://activitystrea.ms/schema/1.0/unfollow' => 'Unfollow',
+ 'http://purl.org/zot/activity/attendyes' => 'Accept',
+ 'http://purl.org/zot/activity/attendno' => 'Reject',
+ 'http://purl.org/zot/activity/attendmaybe' => 'TentativeAccept'
];
@@ -607,6 +610,9 @@ class Activity {
'http://activitystrea.ms/schema/1.0/tag' => 'Add',
'http://activitystrea.ms/schema/1.0/follow' => 'Follow',
'http://activitystrea.ms/schema/1.0/unfollow' => 'Unfollow',
+ 'http://purl.org/zot/activity/attendyes' => 'Accept',
+ 'http://purl.org/zot/activity/attendno' => 'Reject',
+ 'http://purl.org/zot/activity/attendmaybe' => 'TentativeAccept'
];