mirror of
https://github.com/friendica/friendica
synced 2024-11-13 01:42:59 +00:00
Removed unused variable
This commit is contained in:
parent
81d2d4b70e
commit
fd055193ac
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||||
|
|
Loading…
Reference in a new issue