make userpage content nil-able
This commit is contained in:
@@ -229,7 +229,7 @@ LIMIT 1
|
|||||||
|
|
||||||
type userpageResponse struct {
|
type userpageResponse struct {
|
||||||
common.ResponseBase
|
common.ResponseBase
|
||||||
Userpage string `json:"userpage"`
|
Userpage *string `json:"userpage"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// UserUserpageGET gets an user's userpage, as in the customisable thing.
|
// UserUserpageGET gets an user's userpage, as in the customisable thing.
|
||||||
|
Reference in New Issue
Block a user