From f6e2b1f1e05c87d85c6d26226ff0ce29ee2bdf99 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Wed, 19 Feb 2020 13:35:00 +0000 Subject: [PATCH 1/2] Add note about new vs classic slack apps --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 63c1703a..b34de5e6 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Hosting this bridge requires you to have a Matrix homeserver. In order to connect a Slack Workspace to your bridge, you will need permission to add bots to it. You will also need Node.JS 10+ or Docker on your system. +**NOTE:** Slack has introduced a new type of 'Slack App', which is not compatible with this bridge. Instead, you will need a "Classic Slack App" for this bridge. You can set one up by going to [this page](https://api.slack.com/apps?new_classic_app=1). Existing installations will not need to modify their setups, as all pre-existing Slack apps became Classic Slack apps. We are looking to make the bridge compatible with both types, but in the meantime please only use Classic Slack Apps. + ## Setting up See [the getting started docs](https://matrix-appservice-slack.rtfd.io/en/stable/getting_started) From bcb214cc9cf93e16d134e007b24e3d4799091b26 Mon Sep 17 00:00:00 2001 From: Will Hunt Date: Wed, 19 Feb 2020 13:42:07 +0000 Subject: [PATCH 2/2] changelog --- changelog.d/356.misc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/356.misc diff --git a/changelog.d/356.misc b/changelog.d/356.misc new file mode 100644 index 00000000..20eb103a --- /dev/null +++ b/changelog.d/356.misc @@ -0,0 +1 @@ +New installations should use a "Classic Slack app" rather than a new Slack App for OAuth. More details in README.md