From 2501d5990f667b655000ee17285d73863487609e Mon Sep 17 00:00:00 2001 From: VC Date: Mon, 21 Nov 2022 21:27:40 +0100 Subject: [PATCH] fix: typo in the scootaloo_mentions var --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 412f379..7e13565 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -50,7 +50,7 @@ pub async fn run(config: Config) { ( format!("@{}", s.twitter_screen_name), format!( - "{}@{}", + "@{}@{}", s.mastodon_screen_name.as_ref().unwrap(), s.base.split('/').last().unwrap() ),