Skip to content

Commit

Permalink
fix: don't show link stubs in slack notifications (#7810)
Browse files Browse the repository at this point in the history
Slack is trying to add not useful link previews
  • Loading branch information
Tymek authored Aug 8, 2024
1 parent 274d314 commit 413da2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/addons/slack-app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,7 @@ export default class SlackAppAddon extends Addon {
channel: name,
text,
blocks,
unfurl_links: false,
});
});

Expand Down

0 comments on commit 413da2a

Please sign in to comment.