From: Hypolite Petovan Date: Fri, 14 Jul 2023 03:51:03 +0000 (-0400) Subject: Remove unused variable trheadids from Content\Conversation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=f87c105518caa8f0e7d6de74d1e075e6433b0e85;hp=-c;p=friendica.git Remove unused variable trheadids from Content\Conversation - Address https://github.com/friendica/friendica/issues/13157#issuecomment-1635208668 --- f87c105518caa8f0e7d6de74d1e075e6433b0e85 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;