Apply suggestion to lib/pleroma/web/activity_pub/activity_pub.ex
authorrinpatch <rinpatch@sdf.org>
Tue, 24 Mar 2020 18:37:53 +0000 (18:37 +0000)
committerrinpatch <rinpatch@sdf.org>
Tue, 24 Mar 2020 18:37:53 +0000 (18:37 +0000)
lib/pleroma/web/activity_pub/activity_pub.ex

index d9f30e629607ae6a90664ac798908ecf7d30db0f..dd4b04185c97603175f4d6552c9e6465533d11a9 100644 (file)
@@ -150,7 +150,6 @@ defmodule Pleroma.Web.ActivityPub.ActivityPub do
          {_, true} <- {:remote_limit_error, check_remote_limit(map)},
          {:ok, map} <- MRF.filter(map),
          {recipients, _, _} = get_recipients(map),
-         # ???
          {:fake, false, map, recipients} <- {:fake, fake, map, recipients},
          {:containment, :ok} <- {:containment, Containment.contain_child(map)},
          {:ok, map, object} <- insert_full_object(map) do