(Misskey) update mfm hashtag regex

This commit is contained in:
tateisu 2019-01-15 18:26:15 +09:00
parent e346245484
commit 1327ad01ce
1 changed files with 1 additions and 1 deletions

View File

@ -1668,7 +1668,7 @@ object MisskeyMarkdownDecoder {
})
// Hashtag
val reHashtag = Pattern.compile("""\A#([^#\s.,!?]+)""")
val reHashtag = Pattern.compile("""\A#([^\s.,!?#:]+)""")
val reDigitsOnly = Pattern.compile("""\A\d*\z""")
addParser("#", {