Remove duplicate function call

This commit is contained in:
Ekaterina Vaartis 2022-08-26 23:39:58 +03:00
parent b150e6f15e
commit e20f74c71b

View file

@ -93,7 +93,6 @@ defmodule Pleroma.Search.Meilisearch do
hits
|> Activity.create_by_object_ap_id()
|> Activity.with_preloaded_object()
|> Activity.with_preloaded_object()
|> Activity.restrict_deactivated_users()
|> maybe_restrict_local(user)
|> maybe_restrict_author(author)