fix: Benchmarks segfaulting/asserting on missing emotes (#5146)

This was caused by https://github.com/Chatterino/chatterino2/commit/5628605de456a7587fe6add6beff49a5f71c9f8c
This commit is contained in:
pajlada
2024-02-02 16:37:11 +01:00
committed by GitHub
parent ab7e6e0281
commit f960990492
2 changed files with 26 additions and 1 deletions
+1 -1
View File
@@ -114,7 +114,7 @@
- Dev: Refactored the Image Uploader feature. (#4971)
- Dev: Refactored the SplitOverlay code. (#5082)
- Dev: Refactored the TwitchBadges structure, making it less of a singleton. (#5096, #5144)
- Dev: Refactored emotes out of TwitchIrcServer. (#5120)
- Dev: Refactored emotes out of TwitchIrcServer. (#5120, #5146)
- Dev: Refactored the ChatterinoBadges structure, making it less of a singleton. (#5103)
- Dev: Refactored the ColorProvider class a bit. (#5112)
- Dev: Moved the Network files to their own folder. (#5089)