Apply suggestion to lib/pleroma/web/activity_pub/pipeline.ex
This commit is contained in:
parent
74560e888e
commit
aaf00f1ff5
@ -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 New Issue
Block a user