Add support new version of Slack applocation

- Added support of Event API in socketMode
- Fix files upload for new applications
This commit is contained in:
kolsys
2024-06-28 21:43:44 +03:00
parent d16645c952
commit 5b86262fdd
17 changed files with 2575 additions and 22 deletions

View File

@@ -644,6 +644,11 @@ PreserveThreading=false
#Use https://api.slack.com/custom-integrations/legacy-tokens
#REQUIRED (when not using webhooks)
Token="yourslacktoken"
#Socket mode token to use modern application API (Events API + socket mode)
#See https://github.com/42wim/matterbridge/issues/2159
#REQUIRED (when not using webhooks or legacy application)
#AppToken="yourslackapptoken"
#Extra slack specific debug info, warning this generates a lot of output.
#OPTIONAL (default false)