mirror of
https://github.com/friendica/friendica
synced 2025-04-24 03:50:12 +00:00
Fix contact issues with fake reshares from Twitter
This commit is contained in:
parent
1d8b809227
commit
2a213c215e
3 changed files with 45 additions and 4 deletions
|
@ -1419,7 +1419,7 @@ class Contact extends BaseObject
|
|||
// When we don't want to update, we look if we know this contact in any way
|
||||
$data = self::getProbeDataFromDatabase($url, $contact_id);
|
||||
$background_update = true;
|
||||
} elseif ($no_update && !empty($default)) {
|
||||
} elseif ($no_update && !empty($default['network'])) {
|
||||
// If there are default values, take these
|
||||
$data = $default;
|
||||
$background_update = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue