fix: typo in the scootaloo_mentions var

This commit is contained in:
VC
2022-11-21 21:27:40 +01:00
parent cb36730151
commit 2501d5990f

View File

@@ -50,7 +50,7 @@ pub async fn run(config: Config) {
( (
format!("@{}", s.twitter_screen_name), format!("@{}", s.twitter_screen_name),
format!( format!(
"{}@{}", "@{}@{}",
s.mastodon_screen_name.as_ref().unwrap(), s.mastodon_screen_name.as_ref().unwrap(),
s.base.split('/').last().unwrap() s.base.split('/').last().unwrap()
), ),