matrix: Switch to the nio http client.
This commit is contained in:
parent
fc4c879e0d
commit
1ff0818d46
2 changed files with 3 additions and 3 deletions
4
main.py
4
main.py
|
|
@ -386,8 +386,8 @@ def room_close_cb(data, buffer):
|
|||
def matrix_unload_cb():
|
||||
matrix_config_free(matrix.globals.CONFIG)
|
||||
|
||||
for server in SERVERS.values():
|
||||
server.store_olm()
|
||||
# for server in SERVERS.values():
|
||||
# server.store_olm()
|
||||
|
||||
W.prnt("", "unloading")
|
||||
return W.WEECHAT_RC_OK
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue