fix: send weak ptr to session's checkKeepalive timer (#6204)

This commit is contained in:
pajlada
2025-05-11 14:29:31 +02:00
committed by GitHub
parent 5c64ec3c67
commit fb9475ecad
3 changed files with 20 additions and 9 deletions
+1
View File
@@ -29,6 +29,7 @@
- Bugfix: Fixed some Twitch commands not getting tab-completed correctly. (#6143)
- Bugfix: Fixed shared chat badges displaying pixelated when Chatterino is scaled too much. (#6146)
- Bugfix: Fixed a crash that could occur when eventsub was enabled and Chatterino was attached to a conhost on Windows that was later gone. (#6161)
- Bugfix: Fixed a crash that could occur an eventsub connection's keepalive timer would run after the connection was dead, causing the keepalive timer to use-itself-after-free. (#6204)
- Bugfix: Fixed some minor typos. (#6196)
- Dev: Mini refactor of Split. (#6148)
- Dev: Conan will no longer generate a `CMakeUserPresets.json` file. (#6117)