mirror of
https://git.sr.ht/~cadence/bibliogram
synced 2024-11-22 16:17:29 +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,
|
timeline_fetch_first: 12,
|
||||||
username_regex: "[\\w.]+",
|
username_regex: "[\\w.]+",
|
||||||
shortcode_regex: "[\\w-]+",
|
shortcode_regex: "[\\w-]+",
|
||||||
hashtag_regex: "[^ `~!@#\\$%^&*()\\-=+[\\]{};:\"',<.>/?\\\\]+"
|
hashtag_regex: "[^ \\n`~!@#\\$%^&*()\\-=+[\\]{};:\"',<.>/?\\\\]+"
|
||||||
},
|
},
|
||||||
|
|
||||||
resources: {
|
resources: {
|
||||||
|
Loading…
Reference in New Issue
Block a user