mirror of
https://framagit.org/veretcle/scootaloo.git
synced 2025-07-20 17:11:19 +02:00
fix: typo in the scootaloo_mentions var
This commit is contained in:
@@ -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()
|
||||
),
|
||||
|
Reference in New Issue
Block a user