From ee8324ad730c00fb426e4b8aee445d624ab0f6fa Mon Sep 17 00:00:00 2001 From: Tom Moor Date: Fri, 20 May 2022 23:59:33 +0100 Subject: [PATCH] fix: Remove additional scope requests for now --- app/scenes/Settings/Slack.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/scenes/Settings/Slack.tsx b/app/scenes/Settings/Slack.tsx index acfbd0c8d..199140452 100644 --- a/app/scenes/Settings/Slack.tsx +++ b/app/scenes/Settings/Slack.tsx @@ -96,8 +96,9 @@ function Slack() { "commands", "links:read", "links:write", - "users:read", - "users:read.email", + // TODO: Wait forever for Slack to approve these scopes. + //"users:read", + //"users:read.email", ]} redirectUri={`${env.URL}/auth/slack.commands`} state={team.id}