mirror of
https://github.com/friendica/friendica
synced 2025-04-25 14:30:10 +00:00
Improve SQL-Queries / fixed "fetch_parents" setting
This commit is contained in:
parent
bbbbf8fd6b
commit
548b7f43a5
4 changed files with 8 additions and 8 deletions
|
@ -345,7 +345,7 @@ class Processor
|
|||
return [];
|
||||
}
|
||||
|
||||
if (!in_array(0, $activity['receiver']) && !DI::config()->get('system', 'fetch_parents')) {
|
||||
if (!in_array(0, $activity['receiver']) || !DI::config()->get('system', 'fetch_parents')) {
|
||||
$fetch_parents = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue