diff options
author | Mario <mario@mariovavti.com> | 2025-04-29 09:52:30 +0000 |
---|---|---|
committer | Mario <mario@mariovavti.com> | 2025-04-29 09:52:30 +0000 |
commit | b6f0fe758303e1446f45d6367075b99ec77d8af3 (patch) | |
tree | bdc86032ffd0d999f0591e63a1f2ad7726606ad9 /Zotlabs/Lib/ThreadItem.php | |
parent | 377fe32795ab9d1bbf099312468a42f2c038e692 (diff) | |
download | volse-hubzilla-b6f0fe758303e1446f45d6367075b99ec77d8af3.tar.gz volse-hubzilla-b6f0fe758303e1446f45d6367075b99ec77d8af3.tar.bz2 volse-hubzilla-b6f0fe758303e1446f45d6367075b99ec77d8af3.zip |
refactor with permissions
Diffstat (limited to 'Zotlabs/Lib/ThreadItem.php')
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 1 |
1 files changed, 1 insertions, 0 deletions
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'], |