Fix periodic summary image URL parameter

Use `urls` parameter (list) instead of `image_url`. Pass empty list
when image URL is not configured.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-03 15:59:31 +03:00
parent 9189c5a07d
commit 7818390bee

View File

@@ -1468,7 +1468,7 @@ action:
data:
chat_id: "{{ repeat.item }}"
caption: "{{ periodic_summary_formatted }}"
image_url: "{{ periodic_summary_image_url }}"
urls: "{{ [periodic_summary_image_url] if periodic_summary_image_url | length > 0 else [] }}"
disable_web_page_preview: "{{ telegram_disable_url_preview }}"
chat_action: "{{ telegram_chat_action }}"