mirror of
https://mau.dev/mautrix/go.git
synced 2026-03-14 14:25:53 +01:00
responses: fix RespSearchUserDirectory type
This commit is contained in:
parent
f9fb77d6aa
commit
c4701ba06c
1 changed files with 2 additions and 2 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue