From f87c105518caa8f0e7d6de74d1e075e6433b0e85 Mon Sep 17 00:00:00 2001 From: Hypolite Petovan Date: Thu, 13 Jul 2023 23:51:03 -0400 Subject: [PATCH] Remove unused variable trheadids from Content\Conversation - Address https://github.com/friendica/friendica/issues/13157#issuecomment-1635208668 --- 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;