Skip to content

Commit

Permalink
Update Socket Slack app required scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
mszostok committed Nov 10, 2024
1 parent d1bf87d commit a84dce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installation/slack/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ oauth_config:
- reactions:write
- chat:write
- files:write
- users:read # Remote configuration only: Used to get Real Name for audit reporting
- files:read
settings:
event_subscriptions:
bot_events:
Expand Down Expand Up @@ -97,7 +97,7 @@ oauth_config:
- reactions:write
- chat:write
- files:write
- users:read # Remote configuration only: Used to get Real Name for audit reporting
- files:read
settings:
event_subscriptions:
bot_events:
Expand Down Expand Up @@ -130,7 +130,7 @@ oauth_config:
- reactions:write
- chat:write
- files:write
- users:read # Remote configuration only: Used to get Real Name for audit reporting
- files:read
settings:
event_subscriptions:
bot_events:
Expand Down

0 comments on commit a84dce3

Please sign in to comment.