]> git.mxchange.org Git - friendica.git/blobdiff - src/Module/Api/Mastodon/Mutes.php
API: added account related endpoints
[friendica.git] / src / Module / Api / Mastodon / Mutes.php
index b5ec30de4da67cc4ea5436db583b97c51bc2ffd6..cb981b33ebf806fe15cec622e34d8d065cc0a7f4 100644 (file)
@@ -80,6 +80,10 @@ class Mutes extends BaseApi
                }
                DBA::close($followers);
 
+               if (!empty($min_id)) {
+                       array_reverse($accounts);
+               }
+
                System::jsonExit($accounts);
        }
 }