Remove telegram_notify_targets from Immich Album Watcher

Simplify Telegram recipient configuration to only use input_text
entities for chat IDs. Removes the notify entity friendly name
parsing which was complex and error-prone.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-02-05 02:18:36 +03:00
parent ba34d6f677
commit 27ff2ae8f0
3 changed files with 3 additions and 30 deletions

View File

@@ -130,8 +130,7 @@ When enabled, photos/videos are sent as media attachments to Telegram using the
### Supported Recipients
1. **Notify Entities**: Select Telegram notify entities. Chat ID is extracted from the friendly name. Format: `"Name (123456789)"`
2. **Input Text Entities**: Select input_text entities containing chat IDs for groups/channels.
Select input_text entities containing Telegram chat IDs. Can be user IDs (positive) or group IDs (negative).
### Requirements