fix: properly stack/merge PubSub & IRC timeouts again (#5855)

This commit is contained in:
pajlada
2025-01-25 12:13:33 +01:00
committed by GitHub
parent 3214e0a80b
commit 8554bd4d65
6 changed files with 64 additions and 8 deletions
+1 -1
View File
@@ -17,7 +17,7 @@
- Bugfix: Fixed deleted messages not immediately disappearing when "Hide deleted messages" is enabled. (#5844, #5854)
- 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)
- Dev: Replaced usage of `parseTime` with `serverReceivedTime` for clearchat messages. (#5824, #5855)
- Dev: Support Boost 1.87. (#5832)
- Dev: Words from `TextElement`s are now combined where possible. (#5847)