From fd055193ac47948c4245453fe4e0f01c9f9ed7eb Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 16 Jul 2023 09:33:52 +0000 Subject: [PATCH] Removed unused variable --- src/Content/Conversation.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php index 6cad2b980..710422ee7 100644 --- a/src/Content/Conversation.php +++ b/src/Content/Conversation.php @@ -1381,8 +1381,6 @@ class Conversation continue; } - $threadsid++; - // prevent private email from leaking. if ($item['network'] === Protocol::MAIL && $this->session->getLocalUserId() != $item['uid']) { continue;