feature/elasticsearch #1

Merged
floatingghost merged 41 commits from feature/elasticsearch into develop 2021-12-12 17:37:28 +00:00
Showing only changes of commit 84d791e59e - Show all commits

View file

@ -4,8 +4,8 @@ defmodule Pleroma.Elasticsearch.DocumentMappings.Hashtag do
def encode(%{timestamp: _} = hashtag) do
%{
hashtag: hashtag.name,
timestamp: hashtag.timestamp
}
timestamp: hashtag.timestamp
}
end
def encode(hashtag) do