mirror of
https://git.friendi.ca/friendica/friendica.git
synced 2025-06-17 02:05:19 +02:00
Bugfix DFRN and bookmark detection
This commit is contained in:
parent
1756ecaba3
commit
93347d3279
4 changed files with 21 additions and 19 deletions
|
@ -1988,7 +1988,7 @@ class dfrn {
|
|||
|
||||
$item["extid"] = $xpath->query("dfrn:extid/text()", $entry)->item(0)->nodeValue;
|
||||
|
||||
if ($xpath->query("dfrn:extid/text()", $entry)->item(0)->nodeValue == "true")
|
||||
if ($xpath->query("dfrn:bookmark/text()", $entry)->item(0)->nodeValue == "true")
|
||||
$item["bookmark"] = true;
|
||||
|
||||
$notice_info = $xpath->query("statusnet:notice_info", $entry);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue