feat: make usernames in USERNOTICEs clickable (#5686)

This commit is contained in:
nerix
2024-11-03 12:17:16 +01:00
committed by GitHub
parent 403fc6d3c4
commit 8220a1fbd4
15 changed files with 297 additions and 96 deletions
+1
View File
@@ -38,6 +38,7 @@
- Minor: Proxy URL information is now included in the `/debug-env` command. (#5648)
- Minor: Make raid entry message usernames clickable. (#5651)
- Minor: Tabs unhighlight when their content is read in other tabs. (#5649)
- Minor: Made usernames in bits and sub messages clickable. (#5686)
- Bugfix: Fixed tab move animation occasionally failing to start after closing a tab. (#5426, #5612)
- Bugfix: If a network request errors with 200 OK, Qt's error code is now reported instead of the HTTP status. (#5378)
- Bugfix: Fixed restricted users usernames not being clickable. (#5405)