add some brakets to the emoji list.
This commit is contained in:
parent
0787f0dfbe
commit
3c86d907d4
1 changed files with 1 additions and 1 deletions
|
@ -124,7 +124,7 @@ def post(user, %{"status" => status} = data) do
|
|||
Map.put(
|
||||
object,
|
||||
"emoji",
|
||||
Formatter.get_emoji(status) ++ Formatter.get_emoji(data["spoiler_text"])
|
||||
(Formatter.get_emoji(status) ++ Formatter.get_emoji(data["spoiler_text"]))
|
||||
|> Enum.reduce(%{}, fn {name, file}, acc ->
|
||||
Map.put(acc, name, "#{Pleroma.Web.Endpoint.static_url()}#{file}")
|
||||
end)
|
||||
|
|
Loading…
Reference in a new issue