Fix crash when closing and quickly opening a split, then running /clearmessages (#3852)

This commit is contained in:
Daniel Sage
2022-07-10 09:08:20 -04:00
committed by GitHub
parent e1b512a373
commit 965b06677a
3 changed files with 8 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@
- Minor: Added `/copy` command. Usage: `/copy <text>`. Copies provided text to clipboard - can be useful with custom commands. (#3763)
- Minor: Removed total views from the usercard, as Twitch no longer updates the number. (#3792)
- Minor: Add Quick Switcher item to open a channel in a new popup window. (#3828)
- Bugfix: Fix crash that can occur when closing and quickly reopening a split, then running a command. (#3852)
- Bugfix: Connection to Twitch PubSub now recovers more reliably. (#3643, #3716)
- Bugfix: Fix crash that can occur when changing channels. (#3799)
- Bugfix: Fixed viewers list search not working when used before loading finishes. (#3774)