Update mautrix-python

This commit is contained in:
Tulir Asokan
2022-09-14 21:23:54 +03:00
parent 97126332da
commit 279da9097c
3 changed files with 7 additions and 4 deletions
-2
View File
@@ -57,8 +57,6 @@ class Config(BaseBridgeConfig):
super().do_update(helper)
copy, copy_dict, base = helper
copy("homeserver.asmux")
if "appservice.protocol" in self and "appservice.address" not in self:
protocol, hostname, port = (
self["appservice.protocol"],