telegram: improvements across the board, and avoiding sending images and notes without request
This commit is contained in:
parent
0b5456e398
commit
25ad11540e
9 changed files with 277 additions and 129 deletions
|
|
@ -358,6 +358,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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue