mirror of
https://github.com/WarmUpTill/SceneSwitcher.git
synced 2026-03-21 17:34:57 -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:
parent
e9d57a0f4a
commit
232cbb06f6
|
|
@ -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;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user