mirror of
https://github.com/matrix-org/gomatrix
synced 2025-05-15 20:13:22 +00:00
Fix responses uncommented field
This commit is contained in:
parent
d0a3393bc9
commit
2e135b1860
1 changed files with 1 additions and 0 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue