From 61692c7efae4f8c6dc0e5b07276979f4237dee33 Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Tue, 27 Mar 2018 02:00:04 -0400 Subject: [PATCH] Include the '#' symbol into the link itself --- lib/pleroma/formatter.ex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)