feat: add default subscriptions to all Role

This commit is contained in:
莘权 马 2023-11-06 22:38:43 +08:00
parent c6f97f7487
commit c496b6b5f6
3 changed files with 8 additions and 0 deletions

View file

@ -48,3 +48,4 @@ MESSAGE_ROUTE_FROM = "msg_from"
MESSAGE_ROUTE_TO = "msg_to"
MESSAGE_ROUTE_CAUSE_BY = "cause_by"
MESSAGE_META_ROLE = "role"
MESSAGE_ROUTE_TO_ALL = "<all>"