Browse Source

Merge branch 'remake-remodel-2' of git.pleroma.social:pleroma/pleroma into remake-remodel-2

debug-remote-ip
lain 4 years ago
parent
commit
29ab1d9f8d
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      lib/pleroma/web/activity_pub/pipeline.ex

+ 1
- 0
lib/pleroma/web/activity_pub/pipeline.ex View File

@@ -22,6 +22,7 @@ defmodule Pleroma.Web.ActivityPub.Pipeline do
{_, {:ok, _}} <- {:federation, maybe_federate(activity, meta)} do
{:ok, activity, meta}
else
{:mrf_object, {:reject, _}} -> {:ok, nil, meta}
e -> {:error, e}
end
end


Loading…
Cancel
Save