Skip to content
Snippets Groups Projects
Commit 30efa86c authored by kaniini's avatar kaniini
Browse files

common api: enable tag linking in markdown mode

parent e0c03558
Branches feature/mrf-transparency-opt-out
No related tags found
No related merge requests found
......@@ -126,6 +126,7 @@ defmodule Pleroma.Web.CommonAPI.Utils do
|> String.replace(~r/\r?\n/, "")
|> (&{[], &1}).()
|> Formatter.add_user_links(mentions)
|> Formatter.add_hashtag_links(tags)
|> Formatter.finalize()
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment