From b6f0fe758303e1446f45d6367075b99ec77d8af3 Mon Sep 17 00:00:00 2001 From: Mario Date: Tue, 29 Apr 2025 09:52:30 +0000 Subject: refactor with permissions --- Zotlabs/Lib/ThreadItem.php | 1 + 1 file changed, 1 insertion(+) (limited to 'Zotlabs/Lib') diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index ac9da29a3..f41ab7705 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -382,6 +382,7 @@ class ThreadItem { 'folders' => $body['folders'], 'text' => strip_tags($body['html']), 'id' => $this->get_id(), + 'parent' => intval($item['parent']), 'mid' => $midb64, 'mids' => $json_mids, 'parent' => $item['parent'], -- cgit v1.2.3