Merge pull request #13280 from MrPetovan/bug/warnings

Remove unused variable trheadids from Content\Conversation
This commit is contained in:
Tobias Diekershoff 2023-07-14 06:37:12 +02:00 committed by GitHub
commit 4a645bec27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

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