no logout

v0.5.16
bel 2022-03-16 16:55:43 -06:00
parent 92beedc955
commit 34a5a3dfc8
1 changed files with 0 additions and 1 deletions

View File

@ -49,7 +49,6 @@ func (m Matrix) closeclient(client *gomatrix.Client) {
go func() { go func() {
client.Client.CloseIdleConnections() client.Client.CloseIdleConnections()
client.StopSync() client.StopSync()
client.Logout()
}() }()
} }