mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 08:07:30 +00:00
Disallow newlines in hashtag
This commit is contained in:
parent
eacce79dc5
commit
5024dc92af
@ -43,7 +43,7 @@ let constants = {
|
||||
timeline_fetch_first: 12,
|
||||
username_regex: "[\\w.]+",
|
||||
shortcode_regex: "[\\w-]+",
|
||||
hashtag_regex: "[^ `~!@#\\$%^&*()\\-=+[\\]{};:\"',<.>/?\\\\]+"
|
||||
hashtag_regex: "[^ \\n`~!@#\\$%^&*()\\-=+[\\]{};:\"',<.>/?\\\\]+"
|
||||
},
|
||||
|
||||
resources: {
|
||||
|
Loading…
Reference in New Issue
Block a user