phpcs
All checks were successful
PHP Code Checker / PHP Code Checker (pull_request) Successful in 47s
PHPUnit / PHPUnit – PHP 7.4 (pull_request) Successful in 1m4s
PHPUnit / PHPUnit – PHP 8.0 (pull_request) Successful in 1m3s
PHPUnit / PHPUnit – PHP 8.1 (pull_request) Successful in 1m5s
PHPUnit / PHPUnit – PHP 8.2 (pull_request) Successful in 1m2s
PHPUnit / PHPUnit – PHP 8.3 (pull_request) Successful in 1m1s
PHPUnit / PHPUnit – PHP 8.4 (pull_request) Successful in 1m5s

This commit is contained in:
André Menrath 2024-12-31 14:46:59 +01:00
parent b4a216fd78
commit b9362a3d45

View file

@ -31,7 +31,7 @@ class Join {
); );
\add_action( \add_action(
'activitypub_event_bridge_ignore_join', 'event_bridge_for_activitypub_ignore_join',
array( self::class, 'send_ignore_response' ), array( self::class, 'send_ignore_response' ),
10, 10,
4 4
@ -81,7 +81,7 @@ class Join {
// Until then just send an ignore. // Until then just send an ignore.
do_action( do_action(
'activitypub_event_bridge_ignore_join', 'event_bridge_for_activitypub_ignore_join',
$transformer->get_actor_object()->get_id(), $transformer->get_actor_object()->get_id(),
$activity, $activity,
); );