Skip to content

Commit

Permalink
Test adding user_scope to slack auth url
Browse files Browse the repository at this point in the history
  • Loading branch information
reichert621 committed Jul 28, 2020
1 parent 20b9396 commit 3546a5f
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -145,6 +145,7 @@ class IntegrationsOverview extends React.Component<Props, State> {
const q = {
scope:
'incoming-webhook chat:write channels:history im:history channels:manage chat:write.public',
user_scope: 'channels:history im:history',

This comment has been minimized.

Copy link
@reichert621

reichert621 Jul 28, 2020

Author Collaborator

(we may not need im:history here -- need to double check)

client_id: '1192316529232.1250363411891',
redirect_uri: redirect,
};
Expand Down

0 comments on commit 3546a5f

Please sign in to comment.