mirror of
https://github.com/friendica/friendica
synced 2025-04-19 11:10:10 +00:00
"View" activities are now ignored
This commit is contained in:
parent
5204d79dee
commit
cdbfa34066
3 changed files with 7 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue