mirror of
https://github.com/friendica/friendica
synced 2025-04-24 05:50:11 +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;
|
$last_status = null;
|
||||||
|
|
||||||
$ids = [];
|
$ids = [];
|
||||||
|
|
||||||
$mails = DBA::select('mail', ['id', 'from-url', 'uid', 'seen'], ['convid' => $id], ['order' => ['id' => true]]);
|
$mails = DBA::select('mail', ['id', 'from-url', 'uid', 'seen'], ['convid' => $id], ['order' => ['id' => true]]);
|
||||||
while ($mail = DBA::fetch($mails)) {
|
while ($mail = DBA::fetch($mails)) {
|
||||||
if (!$mail['seen']) {
|
if (!$mail['seen']) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue