X-Git-Url: https://git.squeep.com/?a=blobdiff_plain;f=lib%2Fpleroma%2Fweb%2Factivity_pub%2Fpipeline.ex;h=214647dbffe8326be6d8f286bde86e0750ed3534;hb=50913c4dc5c394b55fa5d62e6ab3cc72f3959c5d;hp=ed61d850c6c8077d8c7d86d1c04c973b9e321784;hpb=0c0ea169d4be469921f8bbb72995f3d5bff87b0d;p=akkoma diff --git a/lib/pleroma/web/activity_pub/pipeline.ex b/lib/pleroma/web/activity_pub/pipeline.ex index ed61d850c..214647dbf 100644 --- a/lib/pleroma/web/activity_pub/pipeline.ex +++ b/lib/pleroma/web/activity_pub/pipeline.ex @@ -77,7 +77,8 @@ defmodule Pleroma.Web.ActivityPub.Pipeline do {:ok, :not_federated} end else - _e -> {:error, :badarg} + _e -> + {:error, :badarg} end end end