mirror of
https://github.com/jtomchak/akkoma.git
synced 2025-03-22 10:47:49 +01:00
format
This commit is contained in:
parent
9134ef5ecb
commit
742b86fdaa
1 changed files with 2 additions and 2 deletions
|
@ -4,8 +4,8 @@ defmodule Pleroma.Elasticsearch.DocumentMappings.Hashtag do
|
||||||
def encode(%{timestamp: _} = hashtag) do
|
def encode(%{timestamp: _} = hashtag) do
|
||||||
%{
|
%{
|
||||||
hashtag: hashtag.name,
|
hashtag: hashtag.name,
|
||||||
timestamp: hashtag.timestamp
|
timestamp: hashtag.timestamp
|
||||||
}
|
}
|
||||||
end
|
end
|
||||||
|
|
||||||
def encode(hashtag) do
|
def encode(hashtag) do
|
||||||
|
|
Loading…
Reference in a new issue