Skip to content

Commit 2b63f4a

Browse files
committed
Rebase leftover
1 parent 9baec00 commit 2b63f4a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

includes/class-dispatcher.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,6 @@ public static function process_outbox( $id ) {
119119
public static function send_to_followers( $outbox_item_id, $batch_size = 50, $offset = 0 ) {
120120
$activity = Outbox::get_activity( $outbox_item_id );
121121
$actor = Outbox::get_actor( \get_post( $outbox_item_id ) );
122-
123122
$json = $activity->to_json();
124123
$inboxes = Followers::get_inboxes_for_activity( $json, $actor->get__id(), $batch_size, $offset );
125124

0 commit comments

Comments
 (0)