mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 08:36: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}
|
||||
end
|
||||
else
|
||||
_e -> {:error, "local not set in meta"}
|
||||
_e -> {:error, :badarg}
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue