From: Michael Date: Sun, 16 Jul 2023 09:33:52 +0000 (+0000) Subject: Removed unused variable X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=fd055193ac47948c4245453fe4e0f01c9f9ed7eb;p=friendica.git Removed unused variable --- diff --git a/src/Content/Conversation.php b/src/Content/Conversation.php index 6cad2b9805..710422ee76 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;