This commit is contained in:
nuclearfog 2022-07-10 23:07:55 +02:00
parent f417904109
commit 1ebfb03628
No known key found for this signature in database
GPG Key ID: AA0271FBE406DB98

View File

@ -76,12 +76,12 @@ public class UserV2 implements User {
follower = metrics.optInt("followers_count");
tweetCount = metrics.optInt("tweet_count");
}
defaultImage = profileImageUrl.contains("default_profile_images");
// not yet implemented in API 2.0
// todo check if Twitter added these values
likeCount = -1;
followReqSent = false;
defaultImage = false;
}
@Override