diff options
author | reivilibre <oliverw@matrix.org> | 2022-06-17 13:05:27 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 13:05:27 +0100 |
commit | b26cbe3d4573c22b8a1743ae65db4f61770e69e9 (patch) | |
tree | 7de104a2acdaafd6e379c6e24647c964cedb15aa /changelog.d | |
parent | Update info on downstream debs (#13095) (diff) | |
download | synapse-b26cbe3d4573c22b8a1743ae65db4f61770e69e9.tar.xz |
Fix type error that made its way onto develop (#13098)
* Fix type error introduced accidentally by #13045 * Newsfile Signed-off-by: Olivier Wilkinson (reivilibre) <oliverw@matrix.org>
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13098.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13098.feature b/changelog.d/13098.feature new file mode 100644 index 0000000000..7b0667ba95 --- /dev/null +++ b/changelog.d/13098.feature @@ -0,0 +1 @@ +Speed up fetching of device list changes in `/sync` and `/keys/changes`. |