projects
/
akkoma
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aaf00f1
)
Apply suggestion to lib/pleroma/web/activity_pub/activity_pub.ex
author
rinpatch
<rinpatch@sdf.org>
Tue, 24 Mar 2020 18:37:53 +0000
(18:37 +0000)
committer
rinpatch
<rinpatch@sdf.org>
Tue, 24 Mar 2020 18:37:53 +0000
(18:37 +0000)
lib/pleroma/web/activity_pub/activity_pub.ex
patch
|
blob
|
history
diff --git
a/lib/pleroma/web/activity_pub/activity_pub.ex
b/lib/pleroma/web/activity_pub/activity_pub.ex
index d9f30e629607ae6a90664ac798908ecf7d30db0f..dd4b04185c97603175f4d6552c9e6465533d11a9 100644
(file)
--- 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