summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2023-11-24 13:42:38 +0000
committerGitHub <noreply@github.com>2023-11-24 13:42:38 +0000
commitc3627d0f99ed5a23479305dc2bd0e71ca25ce2b1 (patch)
tree32de9947085bd63d7984025704bd2eb29e33335f /changelog.d
parentKeep track of `user_ips` and `monthly_active_users` when delegating auth (#16... (diff)
downloadsynapse-c3627d0f99ed5a23479305dc2bd0e71ca25ce2b1.tar.xz
Correctly read to-device stream pos on SQLite (#16682)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16682.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16682.misc b/changelog.d/16682.misc
new file mode 100644
index 0000000000..071715e83a
--- /dev/null
+++ b/changelog.d/16682.misc
@@ -0,0 +1 @@
+Correctly read the to-device stream ID on startup using SQLite.