mirror of
https://github.com/friendica/friendica
synced 2025-04-26 09:10:15 +00:00
Don't accept private answers to public parents
This commit is contained in:
parent
59f701d5a9
commit
e3576fa0bd
2 changed files with 14 additions and 0 deletions
|
@ -233,6 +233,7 @@ class Receiver
|
|||
|
||||
$object_data['type'] = $type;
|
||||
$object_data['actor'] = $actor;
|
||||
$object_data['item_receiver'] = $receivers;
|
||||
$object_data['receiver'] = array_merge(defaults($object_data, 'receiver', []), $receivers);
|
||||
|
||||
Logger::log('Processing ' . $object_data['type'] . ' ' . $object_data['object_type'] . ' ' . $object_data['id'], Logger::DEBUG);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue