diff --git a/Common/Immich Album Watcher.yaml b/Common/Immich Album Watcher.yaml index babb470..3a86998 100644 --- a/Common/Immich Album Watcher.yaml +++ b/Common/Immich Album Watcher.yaml @@ -1223,7 +1223,7 @@ action: # Extract message ID for replies - variables: - reply_to_message_id: "{{ telegram_text_response.message_id | default(0) | int }}" + reply_to_message_id: "{{ telegram_text_response[album_id_entities[0]].message_id | default(0) | int }}" # Send media if we have URLs - choose: @@ -1241,8 +1241,8 @@ action: data: title: "Immich Album Watcher - Reply To Debug" message: > - **Reply To Message ID Debug:** - - Value: {{ reply_to_message_id }} + **Reply To Message Debug:** + - Value: {{ telegram_text_response }} - service: immich_album_watcher.send_telegram_notification response_variable: telegram_media_response diff --git a/manifest.json b/manifest.json index 7a9a944..d1c24ba 100644 --- a/manifest.json +++ b/manifest.json @@ -1,3 +1,3 @@ { - "version": "1.14.8" + "version": "1.14.9" }