Compare commits

...

2 Commits

Author SHA1 Message Date
bel
34a5a3dfc8 no logout 2022-03-16 16:55:43 -06:00
Bel LaPointe
92beedc955 also http client close idle 2022-03-16 16:51:04 -06:00

View File

@@ -47,8 +47,8 @@ func newMatrix(conf config.Matrix, cont string) Matrix {
func (m Matrix) closeclient(client *gomatrix.Client) {
go func() {
client.Client.CloseIdleConnections()
client.StopSync()
client.Logout()
}()
}