This commit is contained in:
FloatingGhost 2021-12-16 15:20:22 +00:00
parent 418212c71c
commit 1745606ab5

View file

@ -61,7 +61,7 @@ def get_or_create_by_names(names) when is_list(names) do
{:ok, Repo.all(from(ht in Hashtag, where: ht.name in ^names))}
end)
|> Repo.transaction() do
Pleroma.Elasticsearch.bulk_post(hashtags, :hashtags)
Pleroma.Elasticsearch.maybe_bulk_post(hashtags, :hashtags)
{:ok, hashtags}
else
{:error, _name, value, _changes_so_far} -> {:error, value}