mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
Rename network_id to instance_id on client side
This commit is contained in:
parent
09cbcb78d3
commit
2bf5a47b3e
@ -181,7 +181,7 @@ class ApplicationServiceApi(SimpleHttpClient):
|
|||||||
for instance in info.get("instances", []):
|
for instance in info.get("instances", []):
|
||||||
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["instance_id"] = ThirdPartyInstanceID(
|
||||||
service.id, network_id,
|
service.id, network_id,
|
||||||
).to_string()
|
).to_string()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user