diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2021-08-17 12:32:25 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-17 12:32:25 +0100 |
commit | b62eba770522fde7bf1204eb5771ee24d9a5e7bc (patch) | |
tree | fa7b9bb938c8fa75b5a952be599c963149d8ebdd /changelog.d | |
parent | Allow to edit `external_ids` by Edit User admin API (#10598) (diff) | |
download | synapse-b62eba770522fde7bf1204eb5771ee24d9a5e7bc.tar.xz |
Always list fallback key types in /sync (#10623)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10623.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10623.bugfix b/changelog.d/10623.bugfix new file mode 100644 index 0000000000..759fba3513 --- /dev/null +++ b/changelog.d/10623.bugfix @@ -0,0 +1 @@ +Revert behaviour introduced in v1.38.0 that strips `org.matrix.msc2732.device_unused_fallback_key_types` from `/sync` when its value is empty. This field should instead always be present according to [MSC2732](https://github.com/matrix-org/matrix-doc/blob/master/proposals/2732-olm-fallback-keys.md). \ No newline at end of file |