mirror of
https://github.com/friendica/friendica
synced 2024-11-19 13:03:41 +00:00
Urgent bugfix: Public contacts had been blocked automatically when created
This commit is contained in:
parent
002a1d1f54
commit
cd7c337134
1 changed files with 0 additions and 1 deletions
|
@ -448,7 +448,6 @@ class Probe
|
|||
if (!$old_fields) {
|
||||
$old_fields = true;
|
||||
$fields['blocked'] = false;
|
||||
$fields['pending'] = false;
|
||||
}
|
||||
|
||||
dba::update('contact', $fields, $condition, $old_fields);
|
||||
|
|
Loading…
Reference in a new issue