Skip to content

Commit 932118f

Browse files
committed
Slack channel IDs are now more than 9 letters – adjust the tip
1 parent dc5d9fe commit 932118f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

configs/config.example.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ channelMapping:
109109
channels:
110110
# Slack channel ID. In Slack app, right-click on the channel name,
111111
# and choose "Additional options > Copy link". From that link, we
112-
# need the last part consisting of 9 letters starting with "C".
112+
# need the last part starting with "C" (e.g., "C01234ABCDE").
113113
- channelID: CXXXXXXXX
114114

115115
# Postgres.ai Platform project to which user sessions are to be assigned.
@@ -142,7 +142,7 @@ channelMapping:
142142
channels:
143143
# Slack channel ID. In Slack app, right-click on the channel name,
144144
# and choose "Additional options > Copy link". From that link, we
145-
# need the last part consisting of 9 letters starting with "C".
145+
# need the last part starting with "C" (e.g., "C01234ABCDE").
146146
- channelID: CXXXXXXXX
147147

148148
# Postgres.ai Platform project to which user sessions are to be assigned.

0 commit comments

Comments
 (0)