Skip to content

Commit 0dc3fb1

Browse files
committed
fix(slack): request reactions:read in OAuth URL, drop im:history
1 parent 12db7da commit 0dc3fb1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/sim/lib/oauth/oauth.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -703,7 +703,6 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
703703
'chat:write',
704704
'chat:write.public',
705705
'im:write',
706-
'im:history',
707706
'im:read',
708707
'users:read',
709708
// TODO: Add 'users:read.email' once Slack app review is approved
@@ -712,6 +711,7 @@ export const OAUTH_PROVIDERS: Record<string, OAuthProviderConfig> = {
712711
'canvases:read',
713712
'canvases:write',
714713
'reactions:write',
714+
'reactions:read',
715715
],
716716
},
717717
},

0 commit comments

Comments
 (0)