refactor(eventsub): conditionally use Howard's date lib (#6048)

Co-authored-by: Nerixyz <nerixdev@outlook.de>
This commit is contained in:
pajlada
2025-03-09 13:52:16 +01:00
committed by GitHub
parent c98267b433
commit 81ef344fad
11 changed files with 91 additions and 8246 deletions
@@ -3,7 +3,6 @@
#include <boost/json.hpp>
#include <chrono>
#include <sstream>
namespace chatterino::eventsub::lib {
File diff suppressed because it is too large Load Diff
@@ -15,6 +15,7 @@ enum class Kind : int {
InnerRootMissing,
NoMessageHandler,
UnknownVariant,
BadTimeFormat,
};
class ApplicationErrorCategory final : public boost::system::error_category