Receiving pokes work now

This commit is contained in:
Michael Vogel 2016-02-06 11:16:00 +01:00
parent bd3e10b132
commit 3890415767
1 changed files with 2 additions and 3 deletions

View File

@ -1703,9 +1703,7 @@ class dfrn {
if(($xo->type == ACTIVITY_OBJ_PERSON) && ($xo->id)) {
// somebody was poked/prodded. Was it me?
$links = parse_xml_string("<links>".unxmlify($xo->link)."</links>",false);
foreach($links->link as $l) {
foreach($xo->link as $l) {
$atts = $l->attributes();
switch($atts["rel"]) {
case "alternate":
@ -1715,6 +1713,7 @@ class dfrn {
break;
}
}
if($Blink && link_compare($Blink,App::get_baseurl()."/profile/".$importer["nickname"])) {
// send a notification