mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-08-11 19:58:49 -05:00
Disable Twitch event timestamp verification by default
It brakes too often to be worth it as an option to be enabled by default.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user