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:
parent
274d314b28
commit
413da2aa27
@ -132,6 +132,7 @@ export default class SlackAppAddon extends Addon {
|
||||
channel: name,
|
||||
text,
|
||||
blocks,
|
||||
unfurl_links: false,
|
||||
});
|
||||
});
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user