responses: fix RespSearchUserDirectory type

This commit is contained in:
Tulir Asokan 2025-09-22 14:30:41 +03:00
commit c4701ba06c

View file

@ -214,8 +214,8 @@ func (r *RespUserProfile) MarshalJSON() ([]byte, error) {
}
type RespSearchUserDirectory struct {
Limited bool `json:"limited"`
Results []*RespUserProfile `json:"results"`
Limited bool `json:"limited"`
Results []*UserDirectoryEntry `json:"results"`
}
type UserDirectoryEntry struct {