diff options
author | Erik Johnston <erik@matrix.org> | 2022-09-27 13:01:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-09-27 13:01:08 +0100 |
commit | e8318a433356413648bd180dcfc69c29ca319fc6 (patch) | |
tree | 340aabcb04f4fa3663a5c3b189131b7cee37b62e /changelog.d | |
parent | Faster room joins: Fix spurious error when joining a room (#13872) (diff) | |
download | synapse-e8318a433356413648bd180dcfc69c29ca319fc6.tar.xz |
Handle the case of remote users leaving a partial join room for device lists (#13885)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13885.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13885.misc b/changelog.d/13885.misc new file mode 100644 index 0000000000..bc76b862df --- /dev/null +++ b/changelog.d/13885.misc @@ -0,0 +1 @@ +Correctly handle a race with device lists when a remote user leaves during a partial join. |