Skip to content

Commit

Permalink
Merge pull request #17 from Hedgehog2484/patch-1
Browse files Browse the repository at this point in the history
Bugfix structs.go
  • Loading branch information
nikepan authored Sep 1, 2023
2 parents bf76b6e + 637bb10 commit 49cae19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion structs.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ type User struct {
Relation int `json:"relation"`
Hidden int `json:"hidden"`
Closed int `json:"is_closed"`
CanAccessClosed int `json:"can_access_closed"`
CanAccessClosed bool `json:"can_access_closed"`
Deactivated string `json:"deactivated"`
IsAdmin bool `json:"is_admin"`
IsOwner bool `json:"is_owner"`
Expand Down

0 comments on commit 49cae19

Please sign in to comment.