mirror of
https://github.com/friendica/friendica
synced 2024-11-19 10:23:41 +00:00
Remove "blubb"
This commit is contained in:
parent
45199b498d
commit
53ba68e222
1 changed files with 0 additions and 1 deletions
|
@ -592,7 +592,6 @@ class Processor
|
||||||
// The checks are split to improve the support when searching why a message was accepted.
|
// The checks are split to improve the support when searching why a message was accepted.
|
||||||
if (count($activity['receiver']) != 1) {
|
if (count($activity['receiver']) != 1) {
|
||||||
// The message has more than one receiver, so it is wanted.
|
// The message has more than one receiver, so it is wanted.
|
||||||
if (!isset($item['uri-id'])) Logger::info('Blubb', ['callstack' => System::callstack(20), 'receiver' => $activity['receiver']]);
|
|
||||||
Logger::debug('Message has got several receivers - accepted', ['uri-id' => $item['uri-id'], 'guid' => $item['guid'], 'url' => $item['uri']]);
|
Logger::debug('Message has got several receivers - accepted', ['uri-id' => $item['uri-id'], 'guid' => $item['guid'], 'url' => $item['uri']]);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue