diff options
author | Sean Quah <8349537+squahtx@users.noreply.github.com> | 2023-01-16 23:15:17 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-01-16 23:15:17 +0000 |
commit | db5145a31d8ed76ac637f933f4facc195d557f75 (patch) | |
tree | d27f7efa488fa98259154e689b1ddbaf1e508a90 /synapse/federation/transport | |
parent | Add an early return when handling no-op presence updates. (#14855) (diff) | |
download | synapse-db5145a31d8ed76ac637f933f4facc195d557f75.tar.xz |
Add parameter to control whether we do a partial state join (#14843)
When the local homeserver is already joined to a room and wants to perform another remote join, we may find it useful to do a non-partial state join if we already have the full state for the room. Signed-off-by: Sean Quah <seanq@matrix.org>
Diffstat (limited to 'synapse/federation/transport')
-rw-r--r-- | synapse/federation/transport/client.py | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/synapse/federation/transport/client.py b/synapse/federation/transport/client.py |