add parsing of IsPrivate
This commit is contained in:
parent
b29bf22ac1
commit
8506a1dac5
1 changed files with 1 additions and 0 deletions
1
util.go
1
util.go
|
|
@ -343,6 +343,7 @@ func parseProfile(user legacyUser) Profile {
|
|||
FollowingCount: user.FavouritesCount,
|
||||
FriendsCount: user.FriendsCount,
|
||||
IsVerified: user.Verified,
|
||||
IsPrivate: user.Protected,
|
||||
LikesCount: user.FavouritesCount,
|
||||
ListedCount: user.ListedCount,
|
||||
Location: user.Location,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue