From 70859212d6d3d3ec757a17fc85a59ea6609679fc Mon Sep 17 00:00:00 2001 From: Matthias Pfefferle Date: Thu, 2 Feb 2023 08:50:17 +0100 Subject: [PATCH] fix #196 --- includes/model/class-post.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/includes/model/class-post.php b/includes/model/class-post.php index ed7f453..5546c88 100644 --- a/includes/model/class-post.php +++ b/includes/model/class-post.php @@ -144,7 +144,7 @@ class Post { 'tag' => $this->get_tags(), ); - return \apply_filters( 'activitypub_post', $array ); + return \apply_filters( 'activitypub_post', $array, $this->post ); } /**