mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-01 06:50:00 +00:00
52109776f6
* [bugfix] Fix unicode-unaware word boundary check in hashtag regex Go `\b` does not care for Unicode, and without lookahead, the workarounds got very ugly. So I replaced the regex with a parser. The parser runs in O(n) time and performance should not be affected. * [bugfix] Add back hashtag max length and add tests for it |
||
---|---|---|
.. | ||
namestring.go | ||
namestring_test.go | ||
paging.go | ||
statustools.go | ||
statustools_test.go | ||
time.go | ||
time_test.go | ||
unique.go |