|
|
@ -15,7 +15,7 @@ use elefren::entities::account::Account; |
|
|
|
use elefren::status_builder::Visibility; |
|
|
|
use elefren::status_builder::Visibility; |
|
|
|
|
|
|
|
|
|
|
|
fn main() -> anyhow::Result<()> { |
|
|
|
fn main() -> anyhow::Result<()> { |
|
|
|
simple_logging::log_to_stderr(LevelFilter::Debug); |
|
|
|
simple_logging::log_to_stderr(LevelFilter::Trace); |
|
|
|
|
|
|
|
|
|
|
|
let client = if let Ok(data) = toml::from_file("group-actor-data.toml") { |
|
|
|
let client = if let Ok(data) = toml::from_file("group-actor-data.toml") { |
|
|
|
Mastodon::from(data) |
|
|
|
Mastodon::from(data) |
|
|
|