diff options
author | Erik Johnston <erik@matrix.org> | 2022-09-28 23:22:35 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-28 23:22:35 +0100 |
commit | 5f659d4a88e602ca8519984808dcf4df036c781b (patch) | |
tree | 56d5a9f13998c6590a4e16db139a58964ff171f7 /changelog.d | |
parent | Limit and filter the number of backfill points to get from the database (#13879) (diff) | |
download | synapse-5f659d4a88e602ca8519984808dcf4df036c781b.tar.xz |
Handle local device list updates during partial join (#13934)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13934.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13934.misc b/changelog.d/13934.misc new file mode 100644 index 0000000000..6610a9f567 --- /dev/null +++ b/changelog.d/13934.misc @@ -0,0 +1 @@ +Correctly handle sending local device list updates to remote servers during a partial join. |