no logout
parent
92beedc955
commit
34a5a3dfc8
|
|
@ -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()
|
|
||||||
}()
|
}()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue