updated plugin ActivityPub version 5.8.0

This commit is contained in:
2025-04-29 21:19:06 +00:00
committed by Gitium
parent 19dfd317cc
commit fdfbf76539
166 changed files with 14119 additions and 7163 deletions

View File

@ -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.