mirror of https://github.com/matrix-org/gomatrix
fixed wrong json tag for RespUserInteractive Session param
This commit is contained in:
parent
eb6a57bae9
commit
b8d1540599
|
@ -84,7 +84,7 @@ type RespUserInteractive struct {
|
||||||
Stages []string `json:"stages"`
|
Stages []string `json:"stages"`
|
||||||
} `json:"flows"`
|
} `json:"flows"`
|
||||||
Params map[string]interface{} `json:"params"`
|
Params map[string]interface{} `json:"params"`
|
||||||
Session string `json:"string"`
|
Session string `json:"session"`
|
||||||
Completed []string `json:"completed"`
|
Completed []string `json:"completed"`
|
||||||
ErrCode string `json:"errcode"`
|
ErrCode string `json:"errcode"`
|
||||||
Error string `json:"error"`
|
Error string `json:"error"`
|
||||||
|
|
Loading…
Reference in New Issue