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:
parent
3f0b7eb70f
commit
5c5ca348ad
@ -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")
|
||||
|
Loading…
x
Reference in New Issue
Block a user