forked from home-assistant/core
Prevent crash if telegram message failed and did not generate an ID (#137989)
Fix #137901 - Regression introduced in 6fdccda225
This commit is contained in:
committed by
Franck Nijhof
parent
090dbba06e
commit
7903348d79
@@ -756,6 +756,7 @@ class TelegramNotificationService:
|
|||||||
message_thread_id=params[ATTR_MESSAGE_THREAD_ID],
|
message_thread_id=params[ATTR_MESSAGE_THREAD_ID],
|
||||||
context=context,
|
context=context,
|
||||||
)
|
)
|
||||||
|
if msg is not None:
|
||||||
msg_ids[chat_id] = msg.id
|
msg_ids[chat_id] = msg.id
|
||||||
return msg_ids
|
return msg_ids
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user