mirror of
https://github.com/friendica/friendica
synced 2025-04-28 11:04:22 +02:00
Reshares had been detected falsely so that were rejected by Diaspora
This commit is contained in:
parent
aba93df94f
commit
53b7028d35
2 changed files with 5 additions and 5 deletions
|
@ -3571,8 +3571,12 @@ class Diaspora
|
|||
$ret["root_guid"] = $guid;
|
||||
return $ret;
|
||||
}
|
||||
} elseif (($guid == "") && $complete) {
|
||||
return false;
|
||||
}
|
||||
|
||||
$ret["root_guid"] = $guid;
|
||||
|
||||
$profile = "";
|
||||
preg_match("/profile='(.*?)'/ism", $attributes, $matches);
|
||||
if ($matches[1] != "") {
|
||||
|
@ -3593,10 +3597,6 @@ class Diaspora
|
|||
}
|
||||
}
|
||||
|
||||
if (!empty($guid)) {
|
||||
$ret["root_guid"] = $guid;
|
||||
}
|
||||
|
||||
if (empty($ret) && !$complete) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue