]> git.mxchange.org Git - friendica.git/commitdiff
Indentions
authorMichael <heluecht@pirati.ca>
Wed, 19 May 2021 22:09:25 +0000 (22:09 +0000)
committerMichael <heluecht@pirati.ca>
Wed, 19 May 2021 22:09:25 +0000 (22:09 +0000)
src/Factory/Api/Mastodon/Conversation.php

index f30ccf43940da25c3f2e6598d21f0ea8f6b4ec55..70562f3a0df5a89f0923125ed998d2f8183ab5ec 100644 (file)
@@ -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']) {