Skip to content

Commit

Permalink
city-symbol: Avoid unfurling links in answerMessage
Browse files Browse the repository at this point in the history
  • Loading branch information
hakatashi authored Oct 15, 2024
1 parent 7254e23 commit 9bf9aa0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions city-symbol/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -565,6 +565,8 @@ export default (slackClients: SlackInterface) => {
return {
channel: message.channel,
text: `${answerHeader}\n\n${answerDetails}`,
unfurl_links: false,
unfurl_media: false,
blocks: [
{
type: 'image',
Expand Down

0 comments on commit 9bf9aa0

Please sign in to comment.