[Pleroma.Web.MastodonAPI.StatusView]: Remove unused arguments

This commit is contained in:
Haelwenn (lanodan) Monnier 2018-10-25 05:18:10 +02:00
parent 2da0ffeb28
commit b0a940d5a2
No known key found for this signature in database
GPG key ID: D5B7A8E43C997DEE

View file

@ -159,7 +159,7 @@ defmodule Pleroma.Web.MastodonAPI.StatusView do
}
end
def render("status.json", %{activity: %{data: %{"object" => object}} = activity} = opts) do
def render("status.json", _) do
nil
end