From: scarlett Date: Sat, 5 Jan 2019 17:35:39 +0000 (+0000) Subject: add some brakets to the emoji list. X-Git-Url: http://git.squeep.com/?a=commitdiff_plain;h=3c86d907d4d298b8a54d5292ff85107a1ada3bd5;p=akkoma add some brakets to the emoji list. --- diff --git a/lib/pleroma/web/common_api/common_api.ex b/lib/pleroma/web/common_api/common_api.ex index a20b854df..bb3c38f00 100644 --- a/lib/pleroma/web/common_api/common_api.ex +++ b/lib/pleroma/web/common_api/common_api.ex @@ -124,7 +124,7 @@ defmodule Pleroma.Web.CommonAPI 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)