Removed unused mastodon config

This commit is contained in:
emilis 2021-09-01 19:49:35 +02:00
parent bd42f495dc
commit 1d2d48a69d
1 changed files with 0 additions and 2 deletions

View File

@ -13,7 +13,6 @@ pub struct Config {
pub interval_seconds: MinMax,
pub bot_token: String,
pub chat_ref: ChatId,
pub mastodon_token: Option<mammut::Data>,
pub post_buffer: u32,
pub publisher: Publisher,
}
@ -49,7 +48,6 @@ impl Default for Config {
max: 60 * 90,
},
post_buffer: 5,
mastodon_token: None,
bot_token: "".to_owned(),
chat_ref: ChatId::new(0),
publisher: Publisher::Misskey(FediverseConfig {