Mastodon API: Fake support for loading filters
[akkoma] / lib / pleroma / web / mastodon_api / mastodon_api_controller.ex
index 49a8655f0abb1ea1834c16d97e30cb1666b6a17f..f2fcc76ad6d53c2d2bd545dfdcaeb21e7dcc18bb 100644 (file)
@@ -1188,4 +1188,8 @@ defmodule Pleroma.Web.MastodonAPI.MastodonAPIController do
       json(conn, [])
     end
   end
+
+  def filters(conn, _) do
+    json(conn, [])
+  end
 end