phpcs
This commit is contained in:
parent
b4a216fd78
commit
a0fa94847e
1 changed files with 5 additions and 5 deletions
|
@ -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,
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue