This commit is contained in:
André Menrath 2025-01-04 09:36:49 +01:00
parent b4a216fd78
commit a0fa94847e

View file

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