forked from AkkomaGang/akkoma
Only add local posts to index in activity_pub
Remote ones are already added in another place
This commit is contained in:
parent
51faa28568
commit
d99a2be351
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue