telegram: improvements across the board, and avoiding sending images and notes without request

This commit is contained in:
Lewis Wynne 2026-04-10 21:38:29 +01:00
parent 0b5456e398
commit 25ad11540e
9 changed files with 277 additions and 129 deletions

View file

@ -328,6 +328,9 @@ mod tests {
telegram_bot_token: None,
#[cfg(feature = "telegram")]
telegram_chat_id: None,
telegram_retry_interval: 20,
telegram_retry_limit: 3,
telegram_reminder_interval: 86400,
enable_honeypot: true,
max_name_length: 0,
max_message_length: 0,