logo

pleroma

My custom branche(s) on git.pleroma.social/pleroma/pleroma
commit: 2b980dea2fe41e81ece6915bd05f3958007b424e
parent: 270c90322023d517183032e0ebaf9d60b7a3020f
Author: Roger Braun <roger@rogerbraun.net>
Date:   Sun, 17 Sep 2017 23:03:03 +0200

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

Diffstat:

Mlib/pleroma/web/common_api/utils.ex2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/pleroma/web/common_api/utils.ex b/lib/pleroma/web/common_api/utils.ex @@ -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