refactor: use MESSAGE_ROUTE_TO_NONE

This commit is contained in:
莘权 马 2023-11-23 23:04:41 +08:00
parent 6d77cd89c8
commit 10d9f33150
2 changed files with 4 additions and 4 deletions

View file

@ -49,6 +49,7 @@ MESSAGE_ROUTE_TO = "send_to"
MESSAGE_ROUTE_CAUSE_BY = "cause_by"
MESSAGE_META_ROLE = "role"
MESSAGE_ROUTE_TO_ALL = "<all>"
MESSAGE_ROUTE_TO_NONE = "<none>"
REQUIREMENT_FILENAME = "requirement.txt"
DOCS_FILE_REPO = "docs"