Files
chatterino2/lib/twitch-eventsub-ws
pajlada b01f50856d feat(eventsub): Add support for channel.moderate Warn (#5932)
* fix(eventsub): Be less strict with strings & vectors

String foo from `{"foo":null}` is now accepted, and returns an empty string
std::vector<String> foo from `{"foo":null}` is now accepted, and returns an empty array
2025-02-09 11:21:16 +00:00
..

twitch-eventsub-ws

This library implements some of Twitch's EventSub topics for use in Chatterino 2

Topic generation is done in the ast directory

The example can be built like this:

mkdir build
cd build
cmake ../example
cmake --build .