Skip to content

Commit 3546a5f

Browse files
committed
Test adding user_scope to slack auth url
1 parent 20b9396 commit 3546a5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

assets/src/components/integrations/IntegrationsOverview.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -145,6 +145,7 @@ class IntegrationsOverview extends React.Component<Props, State> {
145145
const q = {
146146
scope:
147147
'incoming-webhook chat:write channels:history im:history channels:manage chat:write.public',
148+
user_scope: 'channels:history im:history',
148149
client_id: '1192316529232.1250363411891',
149150
redirect_uri: redirect,
150151
};

0 commit comments

Comments
 (0)