summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-07-22 15:42:45 +0100
committerErik Johnston <erik@matrix.org>2021-07-22 15:42:45 +0100
commit4565063e361602613b95716a44f8565a689c9b5d (patch)
treef4d7b0d911ffe34472dff9e42291793396e9b6d8 /changelog.d
parentMove the docker image build to Github Actions (#10416) (diff)
parentAlways send device_one_time_keys_count (#10457) (diff)
downloadsynapse-4565063e361602613b95716a44f8565a689c9b5d.tar.xz
Merge commit '7da24b975dfb10c277cf963dfddb88f55b1ca598' into release-v1.39
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.