Skip to content

Commit a194d62

Browse files
PieterCKtimabbott
authored andcommitted
integration-doc: Fix typo/wrong in Slack token scope list.
This commit deletes the duplicate `users:read` token scope from the list of token scopes.
1 parent f2599bf commit a194d62

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

zerver/webhooks/slack/doc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ See also the [Zulip Slack incoming webhook integration][1].
3535
& Permissions** menu, and scroll down to the **Scopes** section.
3636

3737
1. Make sure **Bot Token Scopes** includes `channels:read`,
38-
`channels:history`, `users:read`, `emoji:read`, `team:read`,
39-
`users:read`, and `users:read.email`.
38+
`channels:history`, `emoji:read`, `team:read`, `users:read`, and
39+
`users:read.email`.
4040

4141
!!! tip ""
4242

0 commit comments

Comments
 (0)