mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-05-04 07:54:53 -04:00
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…
Add table
Add a link
Reference in a new issue