ostatus doesn't accept activitystreams stop-follow verb or multiple verbs, insists on single ostatus unfollow #non-standard
This commit is contained in:
parent
d2b28206ce
commit
ded449f697
3 changed files with 4 additions and 5 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue