refactor: move MessageBuilder snapshot test to IrcMessageHandler (#5654)

This commit is contained in:
nerix
2024-10-18 15:41:57 +02:00
committed by GitHub
parent 800f6df2cf
commit a8d60b0b05
69 changed files with 12 additions and 13 deletions
+1 -1
View File
@@ -103,7 +103,7 @@
- Dev: Added more tests for input completion. (#5604)
- Dev: Refactored legacy Unicode zero-width-joiner replacement. (#5594)
- Dev: The JSON output when copying a message (<kbd>SHIFT</kbd> + right-click) is now more extensive. (#5600)
- Dev: Added more tests for message building. (#5598)
- Dev: Added more tests for message building. (#5598, #5654)
- Dev: Twitch messages are now sent using Twitch's Helix API instead of IRC by default. (#5607)
- Dev: `GIFTimer` is no longer initialized in tests. (#5608)
- Dev: Emojis now use flags instead of a set of strings for capabilities. (#5616)