mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-22 16:16:34 +00:00
mix format
This commit is contained in:
parent
fd83b86b99
commit
55612cb8ee
1 changed files with 6 additions and 5 deletions
|
@ -39,7 +39,8 @@ defmodule Pleroma.Web.ActivityPub.MRF.RemoteReportPolicy do
|
||||||
end
|
end
|
||||||
|
|
||||||
defp maybe_reject_third_party(%{"object" => objects} = object) do
|
defp maybe_reject_third_party(%{"object" => objects} = object) do
|
||||||
{_, to} = case objects do
|
{_, to} =
|
||||||
|
case objects do
|
||||||
[head | tail] when is_binary(head) -> {tail, head}
|
[head | tail] when is_binary(head) -> {tail, head}
|
||||||
s when is_binary(s) -> {[], s}
|
s when is_binary(s) -> {[], s}
|
||||||
_ -> {[], ""}
|
_ -> {[], ""}
|
||||||
|
|
Loading…
Reference in a new issue