diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-03-24 12:45:39 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-24 12:45:39 +0000 |
commit | c73cc2c2ad7244a0080f35d9710cedfe11917e69 (patch) | |
tree | f7ee7c045271ff17e2a2cc7ecc5600fafa221a88 /synapse/federation/transport | |
parent | docs: fallback/web endpoint does not appear to be mounted on workers (#9679) (diff) | |
download | synapse-c73cc2c2ad7244a0080f35d9710cedfe11917e69.tar.xz |
Spaces summary: call out to other servers (#9653)
When we hit an unknown room in the space tree, see if there are other servers that we might be able to poll to get the data. Fixes: #9447
Diffstat (limited to 'synapse/federation/transport')
-rw-r--r-- | synapse/federation/transport/client.py | 35 |
1 files changed, 34 insertions, 1 deletions
diff --git a/synapse/federation/transport/client.py b/synapse/federation/transport/client.py |