diff options
author | Mathieu Velten <mathieuv@matrix.org> | 2022-11-24 18:09:47 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-11-24 18:09:47 +0100 |
commit | 39cde585bf1e6cf3d32af9302437b37bae7a64b8 (patch) | |
tree | 275e9aee27db271094e26c3bd129839e59ce46ac | |
parent | Fix crash admin media list api when info is None (#14537) (diff) | |
download | synapse-39cde585bf1e6cf3d32af9302437b37bae7a64b8.tar.xz |
Faster joins: use initial list of servers if we don't have the full state yet (#14408)
Signed-off-by: Mathieu Velten <mathieuv@matrix.org> Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
-rw-r--r-- | changelog.d/14408.misc | 1 | ||||
-rw-r--r-- | synapse/federation/sender/__init__.py | 18 |
2 files changed, 18 insertions, 1 deletions
diff --git a/changelog.d/14408.misc b/changelog.d/14408.misc new file mode 100644 |