tangled
alpha
login
or
join now
dunkirk.sh
/
irc-slack-bridge
1
fork
atom
this repo has no description
1
fork
atom
overview
issues
pulls
pipelines
chore: don't unfurl image urls
dunkirk.sh
3 months ago
0a212597
829e68ca
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+2
-2
1 changed file
expand all
collapse all
unified
split
src
index.ts
+2
-2
src/index.ts
···
237
237
username: displayName,
238
238
icon_url: iconUrl,
239
239
attachments: attachments,
240
240
-
unfurl_links: true,
241
241
-
unfurl_media: true,
240
240
+
unfurl_links: false,
241
241
+
unfurl_media: false,
242
242
});
243
243
} else {
244
244
await slackClient.chat.postMessage({