Allow using webhooks for notifications
This commit is contained in:
@@ -15,6 +15,8 @@ def process_rules(data):
|
||||
for index, index_messages in data.items():
|
||||
for message in index_messages:
|
||||
for rule in all_rules:
|
||||
# Quicker helper to get the data without spinning
|
||||
# up a NotificationRuleData object
|
||||
parsed_rule = rule.parse()
|
||||
matched = {}
|
||||
if "index" not in parsed_rule:
|
||||
|
||||
Reference in New Issue
Block a user