mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 08:07:30 +00:00
Try a new hashtag regex
Should catch foreign in /p/B0L-nGVoqJt And emoji in /p/B8G_Hr4lclr
This commit is contained in:
parent
5ea59f6bf1
commit
a87617cea8
@ -43,7 +43,7 @@ let constants = {
|
||||
timeline_fetch_first: 12,
|
||||
username_regex: "[\\w.]+",
|
||||
shortcode_regex: "[\\w-]+",
|
||||
hashtag_regex: "[\\w]+"
|
||||
hashtag_regex: "[^ `~!@#\\$%^&*()\\-=+[\\]{};:\"',<.>/?\\\\]+"
|
||||
},
|
||||
|
||||
resources: {
|
||||
|
Loading…
Reference in New Issue
Block a user