fix: don't show reply button on inline whispers or announcements (#5863)

This commit is contained in:
Matthias Kronberg
2025-01-30 22:33:44 +01:00
committed by GitHub
parent f914e0406e
commit 22f5f4ea26
3 changed files with 20 additions and 29 deletions
+1
View File
@@ -17,6 +17,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 the reply button showing for inline whispers and announcements. (#5863)
- 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)