diff options
author | Friendika <info@friendika.com> | 2011-04-05 23:06:03 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-04-05 23:06:03 -0700 |
commit | ded449f69747856e5a875784544387b2e06054b6 (patch) | |
tree | 8481e69c547f7397e6bfa62c4f63910cddf9a36a /mod/follow.php | |
parent | d2b28206ceb093f908f131980f9a02adbce327d2 (diff) | |
download | volse-hubzilla-ded449f69747856e5a875784544387b2e06054b6.tar.gz volse-hubzilla-ded449f69747856e5a875784544387b2e06054b6.tar.bz2 volse-hubzilla-ded449f69747856e5a875784544387b2e06054b6.zip |
ostatus doesn't accept activitystreams stop-follow verb or multiple verbs, insists on single ostatus unfollow #non-standard
Diffstat (limited to 'mod/follow.php')
-rw-r--r-- | mod/follow.php | 2 |
1 files changed, 2 insertions, 0 deletions
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) { |