Removed unused mastodon config
This commit is contained in:
parent
bd42f495dc
commit
1d2d48a69d
|
@ -13,7 +13,6 @@ pub struct Config {
|
||||||
pub interval_seconds: MinMax,
|
pub interval_seconds: MinMax,
|
||||||
pub bot_token: String,
|
pub bot_token: String,
|
||||||
pub chat_ref: ChatId,
|
pub chat_ref: ChatId,
|
||||||
pub mastodon_token: Option<mammut::Data>,
|
|
||||||
pub post_buffer: u32,
|
pub post_buffer: u32,
|
||||||
pub publisher: Publisher,
|
pub publisher: Publisher,
|
||||||
}
|
}
|
||||||
|
@ -49,7 +48,6 @@ impl Default for Config {
|
||||||
max: 60 * 90,
|
max: 60 * 90,
|
||||||
},
|
},
|
||||||
post_buffer: 5,
|
post_buffer: 5,
|
||||||
mastodon_token: None,
|
|
||||||
bot_token: "".to_owned(),
|
bot_token: "".to_owned(),
|
||||||
chat_ref: ChatId::new(0),
|
chat_ref: ChatId::new(0),
|
||||||
publisher: Publisher::Misskey(FediverseConfig {
|
publisher: Publisher::Misskey(FediverseConfig {
|
||||||
|
|
Loading…
Reference in New Issue