1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-22 19:07:54 +01:00

fix: don't show link stubs in slack notifications (#7810)

Slack is trying to add not useful link previews
This commit is contained in:
Tymoteusz Czech 2024-08-08 15:29:42 +02:00 committed by GitHub
parent 274d314b28
commit 413da2aa27
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -132,6 +132,7 @@ export default class SlackAppAddon extends Addon {
channel: name,
text,
blocks,
unfurl_links: false,
});
});