logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma git clone https://hacktivis.me/git/pleroma.git
commit: e20f74c71b078d706bc93632773f9b590d2fb018
parent b150e6f15e0f06c8e23c0ac66aeaf80eb2f8c31a
Author: Ekaterina Vaartis <vaartis@kotobank.ch>
Date:   Fri, 26 Aug 2022 23:39:58 +0300

Remove duplicate function call

Diffstat:

Mlib/pleroma/search/meilisearch.ex1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/lib/pleroma/search/meilisearch.ex b/lib/pleroma/search/meilisearch.ex @@ -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)