Fixed "raw mentions" not being clickable with special characters appended to them (#2212)

This commit is contained in:
Paweł
2020-11-22 14:02:55 +01:00
committed by GitHub
parent 98035c5c83
commit b79d5fa6f0
2 changed files with 14 additions and 4 deletions
+1
View File
@@ -2,6 +2,7 @@
## Unversioned
- Minor: Made `Try to find usernames without @ prefix` option still resolve usernames when special characters (commas, dots, (semi)colons, exclamation mark, question mark) are appended to them. (#2212)
- Minor: Made usercard update user's display name (#2160)
- Minor: Added placeholder text for message text input box. (#2143, #2149)
- Minor: Added support for FrankerFaceZ badges. (#2101, part of #1658)