mirror of
https://github.com/ReCloudStudio/WebHooker.git
synced 2026-09-23 00:21:28 +00:00
feat: add stop property to route for exclusive matching
This commit is contained in:
parent
cb18683fb8
commit
feada32e83
9 changed files with 150 additions and 114 deletions
|
|
@ -61,3 +61,16 @@ routes:
|
|||
# targets:
|
||||
# - platform: telegram
|
||||
# chatId: "-1001234567890"
|
||||
|
||||
# Stop routes stop processing further routes when matched.
|
||||
# - id: exclusive-push
|
||||
# name: "Exclusive Push"
|
||||
# enabled: true
|
||||
# groupId: default
|
||||
# stop: true
|
||||
# filters:
|
||||
# - type: event
|
||||
# match: push
|
||||
# targets:
|
||||
# - platform: discord
|
||||
# channelId: "CHANNEL_ID_HERE"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue