Add finmoji.

This commit is contained in:
Roger Braun 2017-06-19 17:51:43 +02:00
commit 66b4fee80e
131 changed files with 83 additions and 1 deletions

View file

@ -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