diff options
-rw-r--r-- | Zotlabs/Lib/ThreadItem.php | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Zotlabs/Lib/ThreadItem.php b/Zotlabs/Lib/ThreadItem.php index c3b01e6b1..1272d6397 100644 --- a/Zotlabs/Lib/ThreadItem.php +++ b/Zotlabs/Lib/ThreadItem.php @@ -54,8 +54,6 @@ class ThreadItem { continue; } - $this->mid_uuid_map[$item['mid']] = $item['uuid']; - $child = new ThreadItem($item); $this->add_child($child); } |