]> git.mxchange.org Git - friendica.git/commitdiff
Again formatting
authorMichael <heluecht@pirati.ca>
Sat, 8 May 2021 19:28:20 +0000 (19:28 +0000)
committerMichael <heluecht@pirati.ca>
Sat, 8 May 2021 19:28:20 +0000 (19:28 +0000)
src/Module/Api/Mastodon/Statuses/Context.php

index 2b06f9db3b4018660634e1988ed92775573be72f..351b65d360868db9c77e8523b95f78609bdab098 100644 (file)
@@ -58,6 +58,7 @@ class Context extends BaseApi
                                continue;
                        }
                        $parents[$post['uri-id']] = $post['thr-parent-id'];
+
                        $children[$post['thr-parent-id']][] = $post['uri-id'];
                }
                DBA::close($posts);