Update notification service

This commit is contained in:
MacRimi
2026-03-25 13:10:36 +01:00
parent bcacd8b98e
commit 0c0caa422d
2 changed files with 29 additions and 15 deletions

View File

@@ -874,7 +874,7 @@ class EmailChannel(NotificationChannel):
CHANNEL_TYPES = {
'telegram': {
'name': 'Telegram',
'config_keys': ['bot_token', 'chat_id'],
'config_keys': ['bot_token', 'chat_id', 'topic_id'],
'class': TelegramChannel,
},
'gotify': {