matrix: Switch to the nio http client.

This commit is contained in:
Damir Jelić 2018-07-20 19:14:32 +02:00
parent fc4c879e0d
commit 1ff0818d46
2 changed files with 3 additions and 3 deletions

View file

@ -329,7 +329,7 @@ class MatrixServer:
self.send_buffer = b""
self.current_message = None
self.reset_parser()
self.client.disconnect()
self.lag = 0
W.bar_item_update("lag")