refactor: optimize import and last_tweet_id var

This commit is contained in:
VC
2022-04-24 11:01:46 +02:00
parent 26491f146f
commit 22402f0f46
4 changed files with 1 additions and 14 deletions

View File

@@ -17,7 +17,6 @@ use elefren::{
scopes::Scopes,
};
/// Decodes the Twitter mention to something that will make sense once Twitter has joined the
/// Fediverse
fn twitter_mentions(ums: &Vec<MentionEntity>) -> HashMap<String, String> {