commit: 62b385674d7a5801625979465a763250352c071a
parent 9925f4514ef8a2421f76c86ba465d9163e7b67ca
Author: Haelwenn <contact+git.pleroma.social@hacktivis.me>
Date: Thu, 19 Nov 2020 20:35:56 +0000
Apply 1 suggestion(s) to 1 file(s)
Diffstat:
1 file changed, 0 insertions(+), 4 deletions(-)
diff --git a/lib/linkify/parser.ex b/lib/linkify/parser.ex
@@ -11,10 +11,6 @@ defmodule Linkify.Parser do
@get_scheme_host ~r{^\W*(?<scheme>https?:\/\/)?(?:[^@\n]+\\w@)?(?<host>[^:#~\/\n?]+)}u
- # @user
- # @user@example.com
- # credo:disable-for-next-line
-
@match_hashtag ~r/^(?<tag>\#[[:word:]_]*[[:alpha:]_·][[:word:]_·\p{M}]*)/u
@match_skipped_tag ~r/^(?<tag>(a|code|pre)).*>*/