From: Francis Dinh Date: Tue, 27 Mar 2018 06:00:04 +0000 (-0400) Subject: Include the '#' symbol into the link itself X-Git-Url: https://git.squeep.com/?a=commitdiff_plain;h=61692c7efae4f8c6dc0e5b07276979f4237dee33;p=akkoma Include the '#' symbol into the link itself --- diff --git a/lib/pleroma/formatter.ex b/lib/pleroma/formatter.ex index 2d3487f6a..4afc73bf4 100644 --- a/lib/pleroma/formatter.ex +++ b/lib/pleroma/formatter.ex @@ -189,7 +189,7 @@ defmodule Pleroma.Formatter do end) subs = subs ++ Enum.map(tags, fn ({_, tag, uuid}) -> - url = "#" + url = "" {uuid, url} end)