mirror of
https://github.com/tateisu/SubwayTooter
synced 2025-02-10 09:00:36 +01:00
(Misskey) update mfm hashtag regex
This commit is contained in:
parent
e346245484
commit
1327ad01ce
@ -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("#", {
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user