diff options
author | Roger Braun <roger@rogerbraun.net> | 2017-06-19 17:51:43 +0200 |
---|---|---|
committer | Roger Braun <roger@rogerbraun.net> | 2017-06-19 17:51:43 +0200 |
commit | 66b4fee80ebad58d3a7ed2457d522e8f862d9e71 (patch) | |
tree | e88b3de70833f35f4896b3adeaea214453bb6db1 /lib/pleroma/web/twitter_api/utils.ex | |
parent | 18fb0cf983c4df00727cddb7a85dd251f01f7eb4 (diff) | |
download | pleroma-66b4fee80ebad58d3a7ed2457d522e8f862d9e71.tar.gz |
Add finmoji.
Diffstat (limited to 'lib/pleroma/web/twitter_api/utils.ex')
-rw-r--r-- | lib/pleroma/web/twitter_api/utils.ex | 1 |
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 |