mirror of
https://github.com/friendica/friendica
synced 2025-04-24 02:30:13 +00:00
New option to disable the fetching of parents
This commit is contained in:
parent
196a1de7f2
commit
06f7244280
4 changed files with 34 additions and 8 deletions
|
@ -706,7 +706,7 @@ class Item
|
|||
}
|
||||
|
||||
if (!DBA::isResult($parent)) {
|
||||
Logger::notice('item parent was not found - ignoring item', ['thr-parent-id' => $item['thr-parent-id'], 'uid' => $item['uid']]);
|
||||
Logger::notice('item parent was not found - ignoring item', ['uri-id' => $item['uri-id'], 'thr-parent-id' => $item['thr-parent-id'], 'uid' => $item['uid'], 'callstack' => System::callstack(20)]);
|
||||
return [];
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue