parent
db3a4dec33
commit
e5d5440385
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue