diff options
author | Erik Johnston <erikj@element.io> | 2024-06-06 17:10:58 +0100 |
---|---|---|
committer | Erik Johnston <erik@matrix.org> | 2024-06-10 15:53:45 +0100 |
commit | 06953bc193530780a7686b2aee9632a4ed1d604f (patch) | |
tree | d5b2646981c6123c89aa7e231ef01d948b9f2c6a /changelog.d | |
parent | Fix typo in CHANGES.md (diff) | |
download | synapse-06953bc193530780a7686b2aee9632a4ed1d604f.tar.xz |
Always return OTK counts (#17275)
Broke in https://github.com/element-hq/synapse/pull/17215
Diffstat (limited to '')
-rw-r--r-- | changelog.d/17275.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/17275.bugfix b/changelog.d/17275.bugfix new file mode 100644 index 0000000000..eb522bb997 --- /dev/null +++ b/changelog.d/17275.bugfix @@ -0,0 +1 @@ +Fix bug where OTKs were not always included in `/sync` response when using workers. |