mirror of
https://github.com/friendica/friendica
synced 2025-04-27 03:50:11 +00:00
Avoid loop situations and connection timeouts
This commit is contained in:
parent
ba868ea7d7
commit
998c83eacb
2 changed files with 7 additions and 1 deletions
|
@ -166,7 +166,7 @@ class Relation
|
|||
}
|
||||
|
||||
if (empty($contact)) {
|
||||
$contact = Contact::getByURL($url);
|
||||
$contact = Contact::getByURL($url, false);
|
||||
}
|
||||
|
||||
if (empty($contact)) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue