Skip to content

Commit

Permalink
incorporated feedback into migration guide
Browse files Browse the repository at this point in the history
  • Loading branch information
stevengill committed Jan 12, 2021
1 parent b1d863d commit 1c06c19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/_tutorials/migration_v3.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This guide will walk you through the process of updating your app from using `@s

### Org Wide App Installation Changes to InstallationStore & orgAuthorize

In [Bolt for JavaScript 2.5.0](https://github.com/slackapi/bolt-js/releases/tag/%40slack%2Fbolt%402.5.0), we introduced support for [org wide app installations](https://api.slack.com/enterprise/apps). To add support to your applications, two new methods were introduced to the Installation Store used during OAuth, `fetchOrgInstallation` & `storeOrgInstallation`. With `@slack/[email protected]`, we have dropped support for these two new methods to better align with Bolt for Python and Bolt for Java. See the code samples below for the recommended changes to migrate.
In [Bolt for JavaScript 2.5.0](https://github.com/slackapi/bolt-js/releases/tag/%40slack%2Fbolt%402.5.0), we introduced support for [org wide app installations](https://api.slack.com/enterprise/apps). To add support to your applications, two new methods were introduced to the Installation Store used during OAuth, `fetchOrgInstallation` & `storeOrgInstallation`. With `@slack/[email protected]`, we have dropped support for these two new methods for a simpler interface and to be better aligned with Bolt for Python and Bolt for Java. See the code samples below for the recommended changes to migrate.

Before:

Expand Down

0 comments on commit 1c06c19

Please sign in to comment.