diff options
author | David Robertson <davidr@element.io> | 2023-01-27 11:18:36 +0000 |
---|---|---|
committer | David Robertson <davidr@element.io> | 2023-01-27 11:18:36 +0000 |
commit | 5ef9ff54efec96b08741ed0f250222040b689bb5 (patch) | |
tree | 2850d4dac6524705c321b3c84fe50a107f68a315 /changelog.d | |
parent | Batch look-ups to see if rooms are partial stated. (#14917) (diff) | |
download | synapse-5ef9ff54efec96b08741ed0f250222040b689bb5.tar.xz |
1.76.0rc2 v1.76.0rc2
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/14914.bugfix | 1 | ||||
-rw-r--r-- | changelog.d/14917.misc | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/changelog.d/14914.bugfix b/changelog.d/14914.bugfix deleted file mode 100644 index af73cca70f..0000000000 --- a/changelog.d/14914.bugfix +++ /dev/null @@ -1 +0,0 @@ -Faster joins: Fix a bug introduced in Synapse 1.69 where device list EDUs could fail to be handled after a restart when a faster join sync is in progress. diff --git a/changelog.d/14917.misc b/changelog.d/14917.misc deleted file mode 100644 index 4d1dd2639a..0000000000 --- a/changelog.d/14917.misc +++ /dev/null @@ -1 +0,0 @@ -Faster joins: Improve performance of looking up partial-state status of rooms. |