aboutsummaryrefslogtreecommitdiff
path: root/lib/pleroma/web/twitter_api/utils.ex
diff options
context:
space:
mode:
authorRoger Braun <roger@rogerbraun.net>2017-06-19 18:06:58 +0200
committerRoger Braun <roger@rogerbraun.net>2017-06-19 18:06:58 +0200
commit45c751985ee1612bd788c460ee1f6aca75f24464 (patch)
tree52eba9b3f8fd07d15e8aba88cf8da6760d553dfe /lib/pleroma/web/twitter_api/utils.ex
parent66b4fee80ebad58d3a7ed2457d522e8f862d9e71 (diff)
downloadpleroma-45c751985ee1612bd788c460ee1f6aca75f24464.tar.gz
Move finmojis to representation.
Diffstat (limited to 'lib/pleroma/web/twitter_api/utils.ex')
-rw-r--r--lib/pleroma/web/twitter_api/utils.ex1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/pleroma/web/twitter_api/utils.ex b/lib/pleroma/web/twitter_api/utils.ex
index 122edfdd4..5cbe0cf9c 100644
--- a/lib/pleroma/web/twitter_api/utils.ex
+++ b/lib/pleroma/web/twitter_api/utils.ex
@@ -22,7 +22,6 @@ 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