From ded449f69747856e5a875784544387b2e06054b6 Mon Sep 17 00:00:00 2001 From: Friendika Date: Tue, 5 Apr 2011 23:06:03 -0700 Subject: ostatus doesn't accept activitystreams stop-follow verb or multiple verbs, insists on single ostatus unfollow #non-standard --- mod/contacts.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'mod/contacts.php') diff --git a/mod/contacts.php b/mod/contacts.php index aee6548fe..4d5311b69 100644 --- a/mod/contacts.php +++ b/mod/contacts.php @@ -180,8 +180,8 @@ function contacts_content(&$a) { '$type' => 'text', '$content' => t('stopped following'), '$nick' => $a->user['nickname'], - '$verb' => ACTIVITY_UNFOLLOW, - '$ostat_follow' => 'http://ostatus.org/schema/1.0/unfollow' . "\r\n" + '$verb' => 'http://ostatus.org/schema/1.0/unfollow', // ACTIVITY_UNFOLLOW, + '$ostat_follow' => '' // 'http://ostatus.org/schema/1.0/unfollow' . "\r\n" )); if((x($orig_record[0],'notify')) && (strlen($orig_record[0]['notify']))) { -- cgit v1.2.3