From 23e88b30a67db0a720883aa561f6f66fac8d8bf1 Mon Sep 17 00:00:00 2001 From: Diogo Peralta Cordeiro Date: Sat, 19 Mar 2022 22:18:33 +0000 Subject: [PATCH] [COMPONENT][Blog] This is not used for replies --- components/Blog/Controller/Post.php | 1 - 1 file changed, 1 deletion(-) diff --git a/components/Blog/Controller/Post.php b/components/Blog/Controller/Post.php index d70fb424ae..ab38d05382 100644 --- a/components/Blog/Controller/Post.php +++ b/components/Blog/Controller/Post.php @@ -146,7 +146,6 @@ class Post extends Controller locale: $data['language'], scope: VisibilityScope::from($data['visibility']), attentions: [(int) $data['in']], - reply_to: $data['reply_to_id'], attachments: $data['attachments'], process_note_content_extra_args: $extra_args, title: $data['title'],