Disable Twitch event timestamp verification by default
Some checks are pending
debian-build / build (push) Waiting to run
Push to master / Check Formatting 🔍 (push) Waiting to run
Push to master / Build Project 🧱 (push) Waiting to run
Push to master / Create Release 🛫 (push) Blocked by required conditions

It brakes too often to be worth it as an option to be enabled by
default.
This commit is contained in:
WarmUpTill 2025-05-07 13:01:24 +02:00 committed by WarmUpTill
parent e9d57a0f4a
commit 232cbb06f6

View File

@ -58,7 +58,7 @@ private:
std::string _userID;
std::set<TokenOption> _tokenOptions = TokenOption::GetAllTokenOptions();
std::shared_ptr<EventSub> _eventSub;
bool _validateEventSubTimestamps = true;
bool _validateEventSubTimestamps = false;
static bool _setup;