updated plugin ActivityPub
version 5.8.0
This commit is contained in:
@ -12,6 +12,7 @@ use Activitypub\Handler\Create;
|
||||
use Activitypub\Handler\Delete;
|
||||
use Activitypub\Handler\Follow;
|
||||
use Activitypub\Handler\Like;
|
||||
use Activitypub\Handler\Move;
|
||||
use Activitypub\Handler\Undo;
|
||||
use Activitypub\Handler\Update;
|
||||
|
||||
@ -36,10 +37,8 @@ class Handler {
|
||||
Follow::init();
|
||||
Undo::init();
|
||||
Update::init();
|
||||
|
||||
if ( ! ACTIVITYPUB_DISABLE_REACTIONS ) {
|
||||
Like::init();
|
||||
}
|
||||
Like::init();
|
||||
Move::init();
|
||||
|
||||
/**
|
||||
* Register additional handlers.
|
||||
|
Reference in New Issue
Block a user