Simplify version and fix typo
[akkoma] / lib / pleroma / web / mastodon_api / mastodon_api_controller.ex
index 8b3492332c23340a6ee5a25c4c6e1fdcf9436931..c84c226e8176ab7ea28634df3cfb4d5adff2dc89 100644 (file)
@@ -521,7 +521,7 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
             ^query
           ),
         limit: 20,
-        order_by: [desc: :inserted_at]
+        order_by: [desc: :id]
       )
 
     statuses = Repo.all(q) ++ fetched