ostatus doesn't accept activitystreams stop-follow verb or multiple verbs, insists on single ostatus unfollow #non-standard

This commit is contained in:
Friendika 2011-04-05 23:06:03 -07:00
commit ded449f697
3 changed files with 4 additions and 5 deletions

View file

@ -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) {