diff options
author | rinpatch <rinpatch@sdf.org> | 2020-03-24 18:37:53 +0000 |
---|---|---|
committer | rinpatch <rinpatch@sdf.org> | 2020-03-24 18:37:53 +0000 |
commit | f31688246470273cc35588d0f1c2187edc6084c7 (patch) | |
tree | 1513399b8d3490fd76e98a6c13c59733a27ef420 | |
parent | aaf00f1ff59fc279758f5fa5ceaf758d683bd216 (diff) | |
download | pleroma-f31688246470273cc35588d0f1c2187edc6084c7.tar.gz |
Apply suggestion to lib/pleroma/web/activity_pub/activity_pub.ex
-rw-r--r-- | lib/pleroma/web/activity_pub/activity_pub.ex | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/web/activity_pub/activity_pub.ex b/lib/pleroma/web/activity_pub/activity_pub.ex index d9f30e629..dd4b04185 100644 --- a/lib/pleroma/web/activity_pub/activity_pub.ex +++ b/lib/pleroma/web/activity_pub/activity_pub.ex @@ -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 |