forked from AkkomaGang/akkoma
[Pleroma.Web.MastodonAPI.StatusView]: Remove unused arguments
This commit is contained in:
parent
2da0ffeb28
commit
b0a940d5a2
1 changed files with 1 additions and 1 deletions
|
@ -159,7 +159,7 @@ def render("status.json", %{activity: %{data: %{"object" => object}} = activity}
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
def render("status.json", %{activity: %{data: %{"object" => object}} = activity} = opts) do
|
def render("status.json", _) do
|
||||||
nil
|
nil
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue