We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42dc669 commit 9127b70Copy full SHA for 9127b70
1 file changed
matterbridge.toml.sample
@@ -644,6 +644,11 @@ PreserveThreading=false
644
#Use https://api.slack.com/custom-integrations/legacy-tokens
645
#REQUIRED (when not using webhooks)
646
Token="yourslacktoken"
647
+#Socket mode token to use modern application API (Events API + socket mode)
648
+#See https://github.com/42wim/matterbridge/issues/2159
649
+#REQUIRED (when not using webhooks or legacy application)
650
+#AppToken="yourslackapptoken"
651
+
652
653
#Extra slack specific debug info, warning this generates a lot of output.
654
#OPTIONAL (default false)
0 commit comments