Try a new hashtag regex
Should catch foreign in /p/B0L-nGVoqJt And emoji in /p/B8G_Hr4lclr
This commit is contained in:
@@ -43,7 +43,7 @@ let constants = {
|
||||
timeline_fetch_first: 12,
|
||||
username_regex: "[\\w.]+",
|
||||
shortcode_regex: "[\\w-]+",
|
||||
hashtag_regex: "[\\w]+"
|
||||
hashtag_regex: "[^ `~!@#\\$%^&*()\\-=+[\\]{};:\"',<.>/?\\\\]+"
|
||||
},
|
||||
|
||||
resources: {
|
||||
|
||||
Reference in New Issue
Block a user