slack
slack copied to clipboard
Attachments aren't working in 0.1.2.
When I installed 0.1.2, all attachments stopped working on slack.chat.post_message(). Downgrading to 0.1.0 fixed the problem without any changes to my code. (At the expense of "Unverified HTTPS request" warnings...)
@Mikecom32 would you like to look into this?
To clarify, the attachment payloads I'm sending look similar to this and I'm using attachments= kwarg to send them in post_message():
[{"fallback":"The following plugins will be executed sequentially in this phase:","text":"The following plugins will be executed sequentially in this phase:","fields":[{"title":"","value":"1. User frequency filter","short":false},{"title":"","value":"2. Custom Stopword Remover","short":false}],"color":"#FF00C3"}]