CHANGES.md: s/OTKs/one-time-keys/

This commit is contained in:
Quentin Gliech 2024-06-11 15:39:30 +02:00
parent a8069e9739
commit e6816babf6
No known key found for this signature in database
GPG key ID: 22D62B84552719FC

View file

@ -2,7 +2,7 @@
### Bugfixes
- Fix bug where OTKs were not always included in `/sync` response when using workers. Introduced in v1.109.0rc1. ([\#17275](https://github.com/element-hq/synapse/issues/17275))
- Fix bug where one-time-keys were not always included in `/sync` response when using workers. Introduced in v1.109.0rc1. ([\#17275](https://github.com/element-hq/synapse/issues/17275))
- Fix bug where `/sync` could get stuck due to edge case in device lists handling. Introduced in v1.109.0rc1. ([\#17292](https://github.com/element-hq/synapse/issues/17292))