mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
0c0490298f
* Slack: Add bot/user token support, correct thread_ts support Add support for user/bot/application tokens (and Slack WebAPI). Fix input type for thread_id, which needs to be string. Return thread_ts/thread_id when user/bot tokens are used, so they can be reused later * Slack: Add changelog fragment, fix YAML syntax Co-authored-by: Middleton, Michal <Michal.Middleton@concur.com>
6 lines
240 B
YAML
6 lines
240 B
YAML
bugfixes:
|
|
- "slack - Fix ``thread_id`` data type"
|
|
|
|
minor_changes:
|
|
- "slack - Add support for user/bot/application tokens (using Slack WebAPI)"
|
|
- "slack - Return ``thread_id`` with thread timestamp when user/bot/application tokens are used"
|