Description
The chat_update method fails to update messages that use blocks when text is used for the update. This happens despite the request response having "ok": True.
What type of issue is this? (place an x in one of the [ ])
Requirements (place an x in each of the [ ])
Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
slackclient version: 2.2.0
python version: 3.7
OS version(s): macOS 10.14.6
Steps to reproduce:
- Use chat_postMessage to post a message with blocks instead of text
- Try to update it with chat_update using text instead of blocks
Expected result:
The message should update
Actual result:
Nothing happens (but ok is received in response)
Description
The chat_update method fails to update messages that use blocks when text is used for the update. This happens despite the request response having "ok": True.
What type of issue is this? (place an
xin one of the[ ])Requirements (place an
xin each of the[ ])Bug Report
Filling out the following details about bugs will help us solve your issue sooner.
Reproducible in:
slackclient version: 2.2.0
python version: 3.7
OS version(s): macOS 10.14.6
Steps to reproduce:
Expected result:
The message should update
Actual result:
Nothing happens (but ok is received in response)