summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Baker <dbkr@users.noreply.github.com>2021-07-22 15:29:27 +0100
committerGitHub <noreply@github.com>2021-07-22 15:29:27 +0100
commit7da24b975dfb10c277cf963dfddb88f55b1ca598 (patch)
treeb5e55404cfc05ac84e4008770ac1538d64738060 /changelog.d
parentMove upgrade blurb (diff)
downloadsynapse-7da24b975dfb10c277cf963dfddb88f55b1ca598.tar.xz
Always send device_one_time_keys_count (#10457)
As per comment

Fixes https://github.com/matrix-org/synapse/issues/10456
See also https://github.com/vector-im/element-android/issues/3725
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/10457.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10457.bugfix b/changelog.d/10457.bugfix
new file mode 100644
index 0000000000..ec950b5846
--- /dev/null
+++ b/changelog.d/10457.bugfix
@@ -0,0 +1 @@
+Always include `device_one_time_keys_count` key in `/sync` response to work around a bug in Element Android that broke encryption for new devices.