Merge remote-tracking branch 'upstream/develop' into more-privacy

This commit is contained in:
Michael
2023-07-16 09:41:55 +00:00
2 changed files with 1 additions and 3 deletions
-2
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;