mirror of
https://github.com/friendica/friendica
synced 2025-04-26 04:30:11 +00:00
Config option to process the "view" activity
This commit is contained in:
parent
08754b2bab
commit
11513519ce
7 changed files with 47 additions and 10 deletions
|
@ -559,7 +559,7 @@ class Receiver
|
|||
return true;
|
||||
}
|
||||
|
||||
if ($type == 'as:View') {
|
||||
if (!DI::config()->get('system', 'process_view') && ($type == 'as:View')) {
|
||||
Logger::info('View activities are ignored.', ['signer' => $signer, 'http_signer' => $http_signer]);
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue