From 3546a5f60c52fcc86fe9cbcc3bbac07356ba134f Mon Sep 17 00:00:00 2001 From: reichert621 Date: Mon, 27 Jul 2020 23:11:00 -0400 Subject: [PATCH] Test adding user_scope to slack auth url --- assets/src/components/integrations/IntegrationsOverview.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/assets/src/components/integrations/IntegrationsOverview.tsx b/assets/src/components/integrations/IntegrationsOverview.tsx index 78675177e..781ca88ab 100644 --- a/assets/src/components/integrations/IntegrationsOverview.tsx +++ b/assets/src/components/integrations/IntegrationsOverview.tsx @@ -145,6 +145,7 @@ class IntegrationsOverview extends React.Component { const q = { scope: 'incoming-webhook chat:write channels:history im:history channels:manage chat:write.public', + user_scope: 'channels:history im:history', client_id: '1192316529232.1250363411891', redirect_uri: redirect, };