1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-01-01 00:08:27 +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, channel: name,
text, text,
blocks, blocks,
unfurl_links: false,
}); });
}); });