mirror of
https://github.com/home-assistant/core.git
synced 2025-08-04 21:25:13 +02:00
@@ -166,7 +166,7 @@ class SlackNotificationService(BaseNotificationService):
|
||||
filename=filename,
|
||||
initial_comment=message,
|
||||
title=title or filename,
|
||||
thread_ts=thread_ts,
|
||||
thread_ts=thread_ts or "",
|
||||
)
|
||||
except (SlackApiError, ClientError) as err:
|
||||
_LOGGER.error("Error while uploading file-based message: %r", err)
|
||||
|
Reference in New Issue
Block a user