mirror of
https://git.pleroma.social/pleroma/pleroma.git
synced 2025-01-10 17:25:26 +00:00
Fix activity being passed to objec_to_search_data
This commit is contained in:
parent
07ccab9766
commit
d9ef7e0758
1 changed files with 1 additions and 1 deletions
|
@ -112,7 +112,7 @@ defmodule Pleroma.Search.Meilisearch do
|
|||
end
|
||||
|
||||
def add_to_index(activity) do
|
||||
maybe_search_data = object_to_search_data(activity)
|
||||
maybe_search_data = object_to_search_data(activity.object)
|
||||
|
||||
if activity.data["type"] == "Create" and maybe_search_data do
|
||||
result =
|
||||
|
|
Loading…
Reference in a new issue