Apply suggestion to lib/pleroma/web/activity_pub/activity_pub.ex

This commit is contained in:
rinpatch 2020-03-24 18:37:53 +00:00
parent aaf00f1ff5
commit f316882464
1 changed files with 0 additions and 1 deletions

View File

@ -150,7 +150,6 @@ def insert(map, local \\ true, fake \\ false, bypass_actor_check \\ false) when
{_, 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