fix: enable Twitch EventSub by default (#6040)
this should let us get some more eyes on the implementation and make sure it doesn't misbehave
This commit is contained in:
@@ -659,7 +659,7 @@ public:
|
||||
};
|
||||
BoolSetting enableExperimentalEventSub = {
|
||||
"/eventsub/enableExperimental",
|
||||
false,
|
||||
true,
|
||||
};
|
||||
|
||||
QStringSetting additionalExtensionIDs{"/misc/additionalExtensionIDs", ""};
|
||||
|
||||
Reference in New Issue
Block a user