Remove unused variable trheadids from Content\Conversation
- Address https://github.com/friendica/friendica/issues/13157#issuecomment-1635208668
This commit is contained in:
parent
81d2d4b70e
commit
f87c105518
|
@ -1381,8 +1381,6 @@ class Conversation
|
|||
continue;
|
||||
}
|
||||
|
||||
$threadsid++;
|
||||
|
||||
// prevent private email from leaking.
|
||||
if ($item['network'] === Protocol::MAIL && $this->session->getLocalUserId() != $item['uid']) {
|
||||
continue;
|
||||
|
|
Loading…
Reference in New Issue
Block a user