forked from MirrorHub/synapse
Don't include appservice id
This commit is contained in:
parent
f32fb65552
commit
3727d66a0e
1 changed files with 0 additions and 1 deletions
|
@ -179,7 +179,6 @@ class ApplicationServiceApi(SimpleHttpClient):
|
||||||
defer.returnValue(None)
|
defer.returnValue(None)
|
||||||
|
|
||||||
for instance in info.get("instances", []):
|
for instance in info.get("instances", []):
|
||||||
instance["appservice_id"] = service.id
|
|
||||||
network_id = instance.get("network_id", None)
|
network_id = instance.get("network_id", None)
|
||||||
if network_id is not None:
|
if network_id is not None:
|
||||||
instance["network_id"] = ThirdPartyInstanceID(
|
instance["network_id"] = ThirdPartyInstanceID(
|
||||||
|
|
Loading…
Reference in a new issue