Skip to content

Commit 7085921

Browse files
committed
fix #196
1 parent 376e371 commit 7085921

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

includes/model/class-post.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ public function to_array() {
144144
'tag' => $this->get_tags(),
145145
);
146146

147-
return \apply_filters( 'activitypub_post', $array );
147+
return \apply_filters( 'activitypub_post', $array, $this->post );
148148
}
149149

150150
/**

0 commit comments

Comments
 (0)