fixbug: sent_from, send_to

This commit is contained in:
莘权 马 2024-05-10 11:53:21 +08:00
parent 1e6e9d3103
commit 9fa47aff03
7 changed files with 19 additions and 18 deletions

View file

@ -81,6 +81,7 @@ MESSAGE_ROUTE_CAUSE_BY = "cause_by"
MESSAGE_META_ROLE = "role"
MESSAGE_ROUTE_TO_ALL = "<all>"
MESSAGE_ROUTE_TO_NONE = "<none>"
MESSAGE_ROUTE_TO_SELF = "<self>" # Add this tag to replace `ActionOutput`
REQUIREMENT_FILENAME = "requirement.txt"
BUGFIX_FILENAME = "bugfix.txt"