Only add local posts to index in activity_pub

Remote ones are already added in another place
This commit is contained in:
Ekaterina Vaartis 2021-10-29 21:04:59 +03:00
parent 0b4fd0d342
commit 4445421297
1 changed files with 1 additions and 1 deletions

View File

@ -141,7 +141,7 @@ def insert(map, local \\ true, fake \\ false, bypass_actor_check \\ false) when
end) end)
# Add local posts to search index # Add local posts to search index
Pleroma.Search.add_to_index(activity) if local, do: Pleroma.Search.add_to_index(activity)
{:ok, activity} {:ok, activity}
else else