aboutsummaryrefslogtreecommitdiffstats
path: root/boot.php
diff options
context:
space:
mode:
authorFriendika <info@friendika.com>2011-01-03 05:58:27 -0800
committerFriendika <info@friendika.com>2011-01-03 05:58:27 -0800
commit36b241c02b7640a72fd3432b511e635e4146e2e6 (patch)
tree7721cb4778f42a90642b755909a37d790d1263f1 /boot.php
parentcdf626e0e77c45e550054594738c9b59f0aeed18 (diff)
downloadvolse-hubzilla-36b241c02b7640a72fd3432b511e635e4146e2e6.tar.gz
volse-hubzilla-36b241c02b7640a72fd3432b511e635e4146e2e6.tar.bz2
volse-hubzilla-36b241c02b7640a72fd3432b511e635e4146e2e6.zip
change activitystreams unfollow to stop-follow but also send out OStatus unfollow
Diffstat (limited to 'boot.php')
-rw-r--r--boot.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot.php b/boot.php
index bf03abfd6..6fe5ee99d 100644
--- a/boot.php
+++ b/boot.php
@@ -102,7 +102,7 @@ define ( 'ACTIVITY_OBJ_HEART', NAMESPACE_DFRN . '/heart' );
define ( 'ACTIVITY_FRIEND', NAMESPACE_ACTIVITY_SCHEMA . 'make-friend' );
define ( 'ACTIVITY_FOLLOW', NAMESPACE_ACTIVITY_SCHEMA . 'follow' );
-define ( 'ACTIVITY_UNFOLLOW', NAMESPACE_ACTIVITY_SCHEMA . 'unfollow' );
+define ( 'ACTIVITY_UNFOLLOW', NAMESPACE_ACTIVITY_SCHEMA . 'stop-following' );
define ( 'ACTIVITY_POST', NAMESPACE_ACTIVITY_SCHEMA . 'post' );
define ( 'ACTIVITY_UPDATE', NAMESPACE_ACTIVITY_SCHEMA . 'update' );
define ( 'ACTIVITY_TAG', NAMESPACE_ACTIVITY_SCHEMA . 'tag' );