mirror of
https://github.com/mastodon/mastodon.git
synced 2025-02-08 02:08:23 +01:00
This should not change the set of words matched by `USERNAME_RE` but does change the one matched by `MENTION_RE`. Indeed, the previous regexp allowed a domain part to start with `.` or `-`, which the new regexp does not allow. Co-authored-by: Claire <claire.github-309c@sitedethib.com>