mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Don't include appservice id
This commit is contained in:
parent
f32fb65552
commit
3727d66a0e
@ -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 New Issue
Block a user