aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/twitter_api/utils.ex
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-06-19 17:51:43 +0200
committerRoger Braun <roger@rogerbraun.net>2017-06-19 17:51:43 +0200
commit66b4fee80ebad58d3a7ed2457d522e8f862d9e71 (patch)
treee88b3de70833f35f4896b3adeaea214453bb6db1 /lib/pleroma/web/twitter_api/utils.ex
parent18fb0cf983c4df00727cddb7a85dd251f01f7eb4 (diff)
downloadpleroma-66b4fee80ebad58d3a7ed2457d522e8f862d9e71.tar.gz
Add finmoji.
Diffstat (limited to 'lib/pleroma/web/twitter_api/utils.ex')
-rw-r--r--lib/pleroma/web/twitter_api/utils.ex1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/pleroma/web/twitter_api/utils.ex b/lib/pleroma/web/twitter_api/utils.ex
index 5cbe0cf9c..122edfdd4 100644
--- a/lib/pleroma/web/twitter_api/utils.ex
+++ b/lib/pleroma/web/twitter_api/utils.ex
@@ -22,6 +22,7 @@ defmodule Pleroma.Web.TwitterAPI.Utils do
|> Formatter.linkify
|> String.replace("\n", "<br>\n")
|> add_user_links(mentions)
+ |> Formatter.finmojifiy
end
def add_user_links(text, mentions) do