This commit is contained in:
FloatingGhost 2021-12-16 15:20:22 +00:00
parent 85e067ec9d
commit 5a870d2c6d

View file

@ -61,7 +61,7 @@ defmodule Pleroma.Hashtag 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}