forked from AkkomaGang/akkoma
Remove tag links for now, they break some regular links.
This commit is contained in:
parent
270c903220
commit
2b980dea2f
1 changed files with 1 additions and 1 deletions
|
@ -62,7 +62,7 @@ def format_input(text, mentions, tags) 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
|
||||
|
|
Loading…
Reference in a new issue