Some small fixes
This commit is contained in:
@@ -559,6 +559,11 @@ class Receiver
|
||||
return true;
|
||||
}
|
||||
|
||||
if ($type == 'as:View') {
|
||||
Logger::info('View activities are ignored.', ['signer' => $signer, 'http_signer' => $http_signer]);
|
||||
return true;
|
||||
}
|
||||
|
||||
if (!JsonLD::fetchElement($activity, 'as:object', '@id')) {
|
||||
Logger::info('Empty object', ['activity' => $activity]);
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user