1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-12-28 00:06:53 +01:00

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

https://github.com/Unleash/unleash/pull/7810
This commit is contained in:
Tymoteusz Czech 2024-08-13 10:43:43 +02:00 committed by GitHub
parent ced45e4353
commit bf9ac497ab
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,
});
});