mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-29 16:11:22 -07:00
* Slack: Add support for (some) groups
Some of the older private channels in the workspace I'm working in have channel ID's starting with `G0` and `GF` and this resulted to false positive `channel_not_found` errors.
I've added these prefixes to the list to maintain as much backwards compatibility as possible.
Ideally the auto-prefix of the channel name with `#` is dropped entirely, given the Channel ID's have become more dominant in the Slack API over the past years.
* Add changelog fragment for slack channel prefix fix
* Update changelogs/fragments/5019-slack-support-more-groups.yml
Co-authored-by: Felix Fontein <felix@fontein.de>
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 3fe9592cf1
)
Co-authored-by: Richard Tuin <richardtuin@gmail.com>
This commit is contained in:
parent
e309707e22
commit
9f1e976b9f
2 changed files with 3 additions and 1 deletions
2
changelogs/fragments/5019-slack-support-more-groups.yml
Normal file
2
changelogs/fragments/5019-slack-support-more-groups.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
bugfixes:
|
||||
- slack - fix incorrect channel prefix ``#`` caused by incomplete pattern detection by adding ``G0`` and ``GF`` as channel ID patterns (https://github.com/ansible-collections/community.general/pull/5019).
|
Loading…
Add table
Add a link
Reference in a new issue