mirror of
https://akkoma.dev/AkkomaGang/akkoma.git
synced 2024-11-13 04:34:47 +00:00
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 @@ 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
|
||||
|
|
Loading…
Reference in a new issue