diff options
author | Quentin Gliech <quenting@element.io> | 2024-06-11 15:39:30 +0200 |
---|---|---|
committer | Quentin Gliech <quenting@element.io> | 2024-06-11 15:39:30 +0200 |
commit | e6816babf6ce37cca4fbd9d67e5b2a0b06f65d1a (patch) | |
tree | d53c0a989858a3b6431f3e6d67d57fea059e3848 /CHANGES.md | |
parent | 1.109.0rc2 (diff) | |
download | synapse-e6816babf6ce37cca4fbd9d67e5b2a0b06f65d1a.tar.xz |
CHANGES.md: s/OTKs/one-time-keys/ v1.109.0rc2
Diffstat (limited to '')
-rw-r--r-- | CHANGES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGES.md b/CHANGES.md index 3116e1b2a8..61c6170c62 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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)) |