We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 68e48a0 commit e938870Copy full SHA for e938870
elementary/messages/messaging_integrations/slack_web.py
@@ -104,6 +104,7 @@ def _send_message(
104
blocks=json.dumps(formatted_message.blocks),
105
attachments=json.dumps(formatted_message.attachments),
106
thread_ts=thread_ts,
107
+ unfurl_links=False,
108
reply_broadcast=reply_broadcast,
109
)
110
except SlackApiError as e:
0 commit comments