summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2022-09-27 15:17:41 +0100
committerGitHub <noreply@github.com>2022-09-27 15:17:41 +0100
commit299b00d968ee23ba4e4806dd7c4fa97c7fcfb6f5 (patch)
tree49001cea3c64a6a75ccd167e908d09ef93a67323 /changelog.d
parentMerge branch 'master' into develop (diff)
downloadsynapse-299b00d968ee23ba4e4806dd7c4fa97c7fcfb6f5.tar.xz
Prioritize outbound to-device over device list updates (#13922)
Otherwise device list changes for large accounts can temporarily delay to-device messages.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/13922.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13922.bugfix b/changelog.d/13922.bugfix
new file mode 100644
index 0000000000..7269d28dee
--- /dev/null
+++ b/changelog.d/13922.bugfix
@@ -0,0 +1 @@
+Fix long-standing bug where device updates could cause delays sending out to-device messages over federation.