Removed unused variable

This commit is contained in:
Michael 2023-07-16 09:33:52 +00:00
parent 81d2d4b70e
commit fd055193ac

View file

@ -1381,8 +1381,6 @@ class Conversation
continue; continue;
} }
$threadsid++;
// prevent private email from leaking. // prevent private email from leaking.
if ($item['network'] === Protocol::MAIL && $this->session->getLocalUserId() != $item['uid']) { if ($item['network'] === Protocol::MAIL && $this->session->getLocalUserId() != $item['uid']) {
continue; continue;