You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to disable unfurling, but when I use option unfurl_media: false, the image is still shown.
This code reproduces it:
varSlack=require('node-slack');varconfig={hook: 'https://hooks.slack.com/services/<token>',channel: '#<channel>',};varslack=newSlack(config.hook);slack.send({text: 'This message should not display image https://d3blmjzegggclu.cloudfront.net/assets/images/front/camera-big.png?1439887878, but image is shown.',username: 'TEST',channel: config.channel,unfurl_links: false,unfurl_media: false,});
Result:
The text was updated successfully, but these errors were encountered:
I need to disable unfurling, but when I use option
unfurl_media: false
, the image is still shown.This code reproduces it:
Result:
The text was updated successfully, but these errors were encountered: