Improved AP distribution / Only process trusted content

This commit is contained in:
Michael 2018-10-06 13:16:52 +00:00
parent ce4204e81a
commit 6b374c32a2
2 changed files with 13 additions and 0 deletions

View file

@ -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']) {