chore: clarify deprecation message

This commit is contained in:
Matthias
2025-08-30 18:02:26 +02:00
parent 5c314b6f1c
commit 5bb4cffa21

View File

@@ -49,7 +49,7 @@ class Webhook(RPCHandler):
if msg["type"].value in whconfig: if msg["type"].value in whconfig:
# Explicit types should have priority # Explicit types should have priority
valuedict = whconfig.get(msg["type"].value) valuedict = whconfig.get(msg["type"].value)
# Deprecated 2022.10 - only keep generic method. # The below is deprecated 2022.10 - only keep generic method.
elif msg["type"] in [RPCMessageType.ENTRY]: elif msg["type"] in [RPCMessageType.ENTRY]:
valuedict = whconfig.get("webhookentry") valuedict = whconfig.get("webhookentry")
elif msg["type"] in [RPCMessageType.ENTRY_CANCEL]: elif msg["type"] in [RPCMessageType.ENTRY_CANCEL]: