Finished updating locales

This commit is contained in:
Donald Zou
2025-09-11 00:16:29 +08:00
parent ee8afbd357
commit 15d51735d2
101 changed files with 680 additions and 449 deletions

View File

@@ -173,7 +173,7 @@ class DashboardWebHooks:
if action not in WebHookActions:
return False
self.__getWebHooks()
subscribedWebHooks = filter(lambda webhook: action in webhook.SubscribedActions, self.WebHooks)
subscribedWebHooks = filter(lambda webhook: action in webhook.SubscribedActions and webhook.IsActive, self.WebHooks)
data['action'] = action
for i in subscribedWebHooks:
try: