Remove tag links for now, they break some regular links.

This commit is contained in:
Roger Braun 2017-09-17 23:03:03 +02:00
parent 270c903220
commit 2b980dea2f
1 changed files with 1 additions and 1 deletions

View File

@ -62,7 +62,7 @@ defmodule Pleroma.Web.CommonAPI.Utils do
|> Formatter.linkify
|> String.replace("\n", "<br>\n")
|> add_user_links(mentions)
|> add_tag_links(tags)
# |> add_tag_links(tags)
end
def add_tag_links(text, tags) do