armand-sauzay commented on code in PR #40694:
URL: https://github.com/apache/airflow/pull/40694#discussion_r1672727001


##########
airflow/providers/slack/notifications/slack.py:
##########
@@ -64,6 +64,8 @@ def __init__(
         proxy: str | None = None,
         timeout: int | None = None,
         retry_handlers: list[RetryHandler] | None = None,
+        unfurl_links: bool = True,

Review Comment:
   https://api.slack.com/methods/chat.postMessage
   
   also double checked in the API reference, seems to be the case ✅ 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to