summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2022-01-12 15:21:13 +0000
committerGitHub <noreply@github.com>2022-01-12 15:21:13 +0000
commit22abfca8d9e8c486d9cf4624e8422a84cc361c83 (patch)
tree492d0b58ca77feb19257e9ec1daf059081417f4b /changelog.d
parentDeal with mypy errors w/ type-hinted pynacl 1.5.0 (#11714) (diff)
downloadsynapse-22abfca8d9e8c486d9cf4624e8422a84cc361c83.tar.xz
Fix a bug introduced in Synapse v1.0.0 whereby device list updates would not be sent to remote homeservers if there were too many to send at once. (#11729)
Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11729.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11729.bugfix b/changelog.d/11729.bugfix
new file mode 100644
index 0000000000..8438ce5686
--- /dev/null
+++ b/changelog.d/11729.bugfix
@@ -0,0 +1 @@
+Fix a bug introduced in Synapse v1.0.0 whereby some device list updates would not be sent to remote homeservers if there were too many to send at once.
\ No newline at end of file