We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69bc72d commit afb019bCopy full SHA for afb019b
intbot/core/tasks.py
@@ -59,6 +59,8 @@ def process_github_webhook(wh: Webhook):
59
channel = discord_channel_router(wh)
60
61
if channel == dont_send_it:
62
+ # Mark as processed, to avoid re-processing in the future if we
63
+ # shouldn't send a message.
64
wh.processed_at = timezone.now()
65
wh.save()
66
return
@@ -86,6 +88,8 @@ def process_zammad_webhook(wh: Webhook):
86
88
87
89
90
91
92
93
94
95
0 commit comments