diff options
author | reivilibre <oliverw@matrix.org> | 2022-08-24 09:09:59 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-24 09:09:59 +0000 |
commit | ba882c03579e96a97568fca3551207690b302b30 (patch) | |
tree | e4d2dca9cfb16f6c1e567333456b4e9963442a51 /changelog.d | |
parent | Instrument `_check_sigs_and_hash_and_fetch` to trace time spent in child conc... (diff) | |
download | synapse-ba882c03579e96a97568fca3551207690b302b30.tar.xz |
Faster Room Joins: fix `/make_knock` blocking indefinitely when the room in question is a partial-stated room. (#13583)
Co-authored-by: Sean Quah <8349537+squahtx@users.noreply.github.com>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13583.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13583.bugfix b/changelog.d/13583.bugfix new file mode 100644 index 0000000000..1e4ce5904b --- /dev/null +++ b/changelog.d/13583.bugfix @@ -0,0 +1 @@ +Faster Room Joins: fix `/make_knock` blocking indefinitely when the room in question is a partial-stated room. \ No newline at end of file |