1
0
Fork 1
mirror of https://akkoma.dev/AkkomaGang/akkoma.git synced 2024-12-25 04:53:06 +00:00

Apply 1 suggestion(s) to 1 file(s)

This commit is contained in:
lain 2020-08-05 11:33:21 +00:00
parent 70522989d9
commit b5f0cef156

View file

@ -255,9 +255,7 @@ def increase_replies_count(ap_id) do
end
end
defp poll_is_multiple?(%Object{data: %{"anyOf" => anyOf}}) do
!Enum.empty?(anyOf)
end
defp poll_is_multiple?(%Object{data: %{"anyOf" => [_ | _]}}), do: true
defp poll_is_multiple?(_), do: false