1
0
mirror of https://github.com/TwidereProject/Twidere-Android synced 2025-02-17 04:00:48 +01:00

fixed wrong api field

This commit is contained in:
Mariotaku Lee 2017-04-07 00:24:57 +08:00
parent 3f0b7eb70f
commit 5c5ca348ad
No known key found for this signature in database
GPG Key ID: 15C10F89D7C33535

View File

@ -65,7 +65,7 @@ public class User extends TwitterResponseObject implements Comparable<User>, Par
@JsonField(name = "screen_name")
String screenName;
@JsonField(name = {"location", "profile_location"})
@JsonField(name = "location")
String location;
@JsonField(name = "description")