mirror of
https://github.com/friendica/friendica
synced 2025-04-26 06:30:11 +00:00
Improved AP distribution / Only process trusted content
This commit is contained in:
parent
ce4204e81a
commit
6b374c32a2
2 changed files with 13 additions and 0 deletions
|
@ -208,6 +208,7 @@ class Receiver
|
|||
|
||||
if (!$trust_source) {
|
||||
logger('No trust for activity type "' . $activity['type'] . '", so we quit now.', LOGGER_DEBUG);
|
||||
return;
|
||||
}
|
||||
|
||||
switch ($activity['type']) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue