mirror of
https://git.rape.pet/ulith/amputoma.git
synced 2025-02-24 21:53:59 +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…
Add table
Reference in a new issue