forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/activity_pub/pipeline.ex
This commit is contained in:
parent
d7aa0b645b
commit
69fc1dd69f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ def common_pipeline(object, meta) do
|
|||
{_, {:ok, _}} <- {:federation, maybe_federate(activity, meta)} do
|
||||
{:ok, activity, meta}
|
||||
else
|
||||
{:mrf_object, {:reject, _}} -> {:ok, nil, meta}
|
||||
e -> {:error, e}
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue