mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 16:40:29 +00:00
Apply suggestion to lib/pleroma/web/activity_pub/pipeline.ex
This commit is contained in:
parent
74560e888e
commit
aaf00f1ff5
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ defmodule Pleroma.Web.ActivityPub.Pipeline do
|
||||||
{:ok, :not_federated}
|
{:ok, :not_federated}
|
||||||
end
|
end
|
||||||
else
|
else
|
||||||
_e -> {:error, "local not set in meta"}
|
_e -> {:error, :badarg}
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue