mirror of
https://github.com/friendica/friendica
synced 2024-11-19 13:03:41 +00:00
Indentions
This commit is contained in:
parent
70259965df
commit
c1212dce03
1 changed files with 1 additions and 0 deletions
|
@ -35,6 +35,7 @@ class Conversation extends BaseFactory
|
|||
$last_status = null;
|
||||
|
||||
$ids = [];
|
||||
|
||||
$mails = DBA::select('mail', ['id', 'from-url', 'uid', 'seen'], ['convid' => $id], ['order' => ['id' => true]]);
|
||||
while ($mail = DBA::fetch($mails)) {
|
||||
if (!$mail['seen']) {
|
||||
|
|
Loading…
Reference in a new issue