mirror of
https://github.com/ajayyy/SponsorBlockServer.git
synced 2025-12-07 12:07:07 +03:00
Merge pull request #241 from MRuy/fix/webhook-default-value
Fix webhook default value
This commit is contained in:
@@ -20,10 +20,11 @@ addDefaults(config, {
|
|||||||
maxNumberOfActiveWarnings: 3,
|
maxNumberOfActiveWarnings: 3,
|
||||||
hoursAfterWarningExpires: 24,
|
hoursAfterWarningExpires: 24,
|
||||||
adminUserID: "",
|
adminUserID: "",
|
||||||
discordCompletelyIncorrectReportWebhookURL: "",
|
discordCompletelyIncorrectReportWebhookURL: null,
|
||||||
discordFirstTimeSubmissionsWebhookURL: "",
|
discordFirstTimeSubmissionsWebhookURL: null,
|
||||||
discordNeuralBlockRejectWebhookURL: "",
|
discordNeuralBlockRejectWebhookURL: null,
|
||||||
discordReportChannelWebhookURL: "",
|
discordFailedReportChannelWebhookURL: null,
|
||||||
|
discordReportChannelWebhookURL: null,
|
||||||
getTopUsersCacheTimeMinutes: 0,
|
getTopUsersCacheTimeMinutes: 0,
|
||||||
globalSalt: null,
|
globalSalt: null,
|
||||||
mode: "",
|
mode: "",
|
||||||
|
|||||||
Reference in New Issue
Block a user