[PLUGIN][ActivityPub][Inbox] Accept Follow Activity
Improve how Core Activity is handled in general
This commit is contained in:
11
components/Subscription/Subscription.php
Normal file
11
components/Subscription/Subscription.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
|
||||
declare(strict_types = 1);
|
||||
|
||||
namespace Component\Subscription;
|
||||
|
||||
use App\Core\Modules\Component;
|
||||
|
||||
class Subscription extends Component
|
||||
{
|
||||
}
|
Reference in New Issue
Block a user