fix(channels): accept single slack allowed user (#2481)
* fix(channels): accept single slack allowed user * docs: address Slack allowed_users review notes * ci: rerun backend unit tests * docs: clarify Slack allowed_users config --------- Co-authored-by: Willem Jiang <willem.jiang@gmail.com>
This commit is contained in:
+1
-1
@@ -867,7 +867,7 @@ checkpointer:
|
||||
# enabled: false
|
||||
# bot_token: $SLACK_BOT_TOKEN # xoxb-...
|
||||
# app_token: $SLACK_APP_TOKEN # xapp-... (Socket Mode)
|
||||
# allowed_users: [] # empty = allow all
|
||||
# allowed_users: [] # empty = allow all; can also be a single Slack user ID string, e.g. U123456, but list form is recommended
|
||||
#
|
||||
# telegram:
|
||||
# enabled: false
|
||||
|
||||
Reference in New Issue
Block a user