Merge branch '1895-hashtag-timeline-restrict-unauthenticated-fix' into 'develop'
[akkoma] / lib / pleroma / web / mastodon_api / views / filter_view.ex
index 8d5c381ec7a5ba04826abc92287c952713d0e182..aeff646f559d6268d97d700d5163ace67e881c22 100644 (file)
@@ -7,8 +7,8 @@ defmodule Pleroma.Web.MastodonAPI.FilterView do
   alias Pleroma.Web.CommonAPI.Utils
   alias Pleroma.Web.MastodonAPI.FilterView
 
-  def render("index.json", %{filters: filters} = opts) do
-    render_many(filters, FilterView, "show.json", opts)
+  def render("index.json", %{filters: filters}) do
+    render_many(filters, FilterView, "show.json")
   end
 
   def render("show.json", %{filter: filter}) do