mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2024-12-23 08:36:29 +00:00
Remove duplicate function call
This commit is contained in:
parent
b150e6f15e
commit
e20f74c71b
1 changed files with 0 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue