mirror of
https://github.com/matrix-org/gomatrix
synced 2025-05-12 10:41:44 +00:00
Merge master into kegan/api-logout
This commit is contained in:
parent
b6093bbf56
commit
16f8e30850
1 changed files with 1 additions and 1 deletions
|
@ -359,7 +359,7 @@ func (cli *Client) Logout(removeCredentials bool) (resp *RespLogout, err error)
|
|||
cli.UserID = ""
|
||||
cli.AccessToken = ""
|
||||
}
|
||||
return
|
||||
return
|
||||
}
|
||||
|
||||
// Versions returns the list of supported Matrix versions on this homeserver. See http://matrix.org/docs/spec/client_server/r0.2.0.html#get-matrix-client-versions
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue