forked from AkkomaGang/akkoma
Apply suggestion to lib/pleroma/web/activity_pub/activity_pub.ex
This commit is contained in:
parent
aaf00f1ff5
commit
f316882464
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue