mirror of
https://github.com/notherealmarco/WASAPhoto.git
synced 2025-05-05 12:22:35 +02:00
Add follow status to GetUserProfile
This commit is contained in:
parent
9968f9e66f
commit
09adc06e18
4 changed files with 9 additions and 3 deletions
|
@ -43,5 +43,6 @@ type UserProfile struct {
|
|||
Name string `json:"name"`
|
||||
Following int64 `json:"following"`
|
||||
Followers int64 `json:"followers"`
|
||||
Followed bool `json:"followed"`
|
||||
Photos int64 `json:"photos"` //todo: check json names
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue