Fix the reconnection backoff accidentally resetting when thrown out of certain IRC servers (#3328)

This commit is contained in:
pajlada
2021-10-31 15:44:38 +01:00
committed by GitHub
parent d7337ff69f
commit 4b903d7fcf
3 changed files with 8 additions and 4 deletions
+1
View File
@@ -44,6 +44,7 @@
- Bugfix: Fixed being unable to disable `First Message` highlights (#3293)
- Bugfix: Fixed `First Message` custom sound not persisting through restart. (#3303)
- Bugfix: Fixed `First Message` scrollbar highlights not being disabled. (#3325)
- Bugfix: Fixed the reconnection backoff accidentally resetting when thrown out of certain IRC servers. (#3328)
- Bugfix: Fixed underlying text from disabled emotes not being colorized properly. (#3333)
- Dev: Add GitHub action to test builds without precompiled headers enabled. (#3327)
- Dev: Renamed CMake's build option `USE_SYSTEM_QT5KEYCHAIN` to `USE_SYSTEM_QTKEYCHAIN`. (#3103)