fix: make suspicious treatment updates searchable (#5865)

This commit is contained in:
iProdigy
2025-01-28 17:39:23 +00:00
committed by GitHub
parent 93344c9488
commit bbdbb84e3e
2 changed files with 13 additions and 0 deletions
+1
View File
@@ -16,6 +16,7 @@
- Bugfix: Fixed tabs not scaling to the default scale when changing the scale from a non-default value. (#5794, #5833)
- Bugfix: Fixed deleted messages not immediately disappearing when "Hide deleted messages" is enabled. (#5844, #5854)
- Bugfix: Fixed announcements not showing up in mentions tab. (#5857)
- Bugfix: Fixed suspicious user treatment update messages not being searchable. (#5865)
- Dev: Highlight checks now use non-capturing groups for the boundaries. (#5784)
- Dev: Updated Conan dependencies. (#5776)
- Dev: Replaced usage of `parseTime` with `serverReceivedTime` for clearchat messages. (#5824, #5855)