mirror of
https://github.com/matrix-org/synapse.git
synced 2025-08-30 02:41:23 +02: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)
|
||||
|
||||
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…
x
Reference in New Issue
Block a user