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/follow.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'mod/follow.php') diff --git a/mod/follow.php b/mod/follow.php index 48ad66747..f30ecdc92 100644 --- a/mod/follow.php +++ b/mod/follow.php @@ -92,6 +92,8 @@ function follow_post(&$a) { if($h) $vcard['photo'] = $h['scheme'] . '://' . $h['host'] . $vcard['photo']; } + + logger('mod_follow: scrape_vcard: ' . print_r($vcard,true), LOGGER_DATA); } if(! $profile) { -- cgit v1.2.3