mirror of
https://framagit.org/veretcle/oolatoocs.git
synced 2025-07-20 20:41:17 +02:00
remove reblogs
This commit is contained in:
@@ -31,6 +31,7 @@ pub async fn run(config: &Config) {
|
||||
let Ok(tweet_content) = strip_everything(&toot.content, &toot.tags) else {
|
||||
continue;
|
||||
};
|
||||
println!("Toot: {}", toot.id);
|
||||
println!("{:?}", tweet_content);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user