Don't include appservice id
parent
f32fb65552
commit
3727d66a0e
|
@ -179,7 +179,6 @@ class ApplicationServiceApi(SimpleHttpClient):
|
|||
defer.returnValue(None)
|
||||
|
||||
for instance in info.get("instances", []):
|
||||
instance["appservice_id"] = service.id
|
||||
network_id = instance.get("network_id", None)
|
||||
if network_id is not None:
|
||||
instance["network_id"] = ThirdPartyInstanceID(
|
||||
|
|
Loading…
Reference in New Issue