Fixes Telegram webhooks (#17554)
This commit is contained in:
parent
60080a529d
commit
0f877711a0
1 changed files with 1 additions and 1 deletions
|
@ -120,4 +120,4 @@ class BotPushReceiver(HomeAssistantView, BaseTelegramBotEntity):
|
|||
|
||||
if not self.process_message(data):
|
||||
return self.json_message('Invalid message', HTTP_BAD_REQUEST)
|
||||
return self.json({})
|
||||
return None
|
||||
|
|
Loading…
Add table
Reference in a new issue