fix #196
This commit is contained in:
parent
376e3713d7
commit
70859212d6
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ class Post {
|
|||
'tag' => $this->get_tags(),
|
||||
);
|
||||
|
||||
return \apply_filters( 'activitypub_post', $array );
|
||||
return \apply_filters( 'activitypub_post', $array, $this->post );
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue