From 498c1ac6dc8f766a0fb54f85d131f3ba388f722d Mon Sep 17 00:00:00 2001 From: "alexei.dolgolyov" Date: Tue, 3 Feb 2026 12:29:54 +0300 Subject: [PATCH] Document transcoded asset usage for Telegram media Note that the service uses transcoded/optimized versions of assets when available, not the original files. Co-Authored-By: Claude Opus 4.5 --- Common/Immich Album Watcher/README.md | 1 + manifest.json | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Common/Immich Album Watcher/README.md b/Common/Immich Album Watcher/README.md index c49fa1a..f0eccd3 100644 --- a/Common/Immich Album Watcher/README.md +++ b/Common/Immich Album Watcher/README.md @@ -142,6 +142,7 @@ When enabled, photos/videos are sent as media attachments to Telegram using the - First sends a text notification message to each Telegram chat - Then sends photos/videos as media groups (albums) as replies to that message +- Uses transcoded/optimized versions of assets when available (not original files) - Media is downloaded from Immich and uploaded to Telegram (bypasses CORS) - Large media lists are automatically split into multiple groups (2-10 items per group) - Optional chat action indicator (typing, uploading photo/video) while processing diff --git a/manifest.json b/manifest.json index 1517377..bb55040 100644 --- a/manifest.json +++ b/manifest.json @@ -1,3 +1,3 @@ { - "version": "1.28.0" + "version": "1.28.1" }