mirror of
https://github.com/friendica/friendica
synced 2025-04-22 05:10:10 +00:00
Funkwhale context file moved
This commit is contained in:
parent
6a19639ac2
commit
073695b33c
4 changed files with 6 additions and 3 deletions
|
@ -935,7 +935,7 @@ class Processor
|
|||
Logger::info('Item insertion successful', ['user' => $item['uid'], 'item_id' => $item_id]);
|
||||
$success = true;
|
||||
} else {
|
||||
Logger::notice('Item insertion aborted', ['user' => $item['uid']]);
|
||||
Logger::notice('Item insertion aborted', ['uri' => $item['uri'], 'uid' => $item['uid']]);
|
||||
}
|
||||
|
||||
if ($item['uid'] == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue