this repo has no description

chore: don't unfurl image urls

dunkirk.sh 0a212597 829e68ca

verified
Changed files
+2 -2
src
+2 -2
src/index.ts
···
username: displayName,
icon_url: iconUrl,
attachments: attachments,
-
unfurl_links: true,
-
unfurl_media: true,
});
} else {
await slackClient.chat.postMessage({
···
username: displayName,
icon_url: iconUrl,
attachments: attachments,
+
unfurl_links: false,
+
unfurl_media: false,
});
} else {
await slackClient.chat.postMessage({