mirror of https://github.com/matrix-org/gomatrix
Fix responses uncommented field
This commit is contained in:
parent
d0a3393bc9
commit
2e135b1860
|
@ -168,6 +168,7 @@ type RespSync struct {
|
|||
} `json:"rooms"`
|
||||
}
|
||||
|
||||
// RespTurnServer is the JSON response from a Turn Server
|
||||
type RespTurnServer struct {
|
||||
Username string `json:"username"`
|
||||
Password string `json:"password"`
|
||||
|
|
Loading…
Reference in New Issue