feat: telegram moderation is optional
This commit is contained in:
parent
75f1644cc1
commit
21cadb630b
6 changed files with 44 additions and 33 deletions
|
|
@ -118,8 +118,8 @@ mod tests {
|
|||
data_dir: PathBuf::from("./data"),
|
||||
site_title: "test".into(),
|
||||
|
||||
telegram_bot_token: "fake".into(),
|
||||
telegram_chat_id: 0,
|
||||
telegram_bot_token: None,
|
||||
telegram_chat_id: None,
|
||||
enable_honeypot: true,
|
||||
max_name_length: 0,
|
||||
max_message_length: 0,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue