diff options
author | David Robertson <davidr@element.io> | 2023-11-24 13:42:38 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-24 13:42:38 +0000 |
commit | c3627d0f99ed5a23479305dc2bd0e71ca25ce2b1 (patch) | |
tree | 32de9947085bd63d7984025704bd2eb29e33335f /changelog.d | |
parent | Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16... (diff) | |
download | synapse-c3627d0f99ed5a23479305dc2bd0e71ca25ce2b1.tar.xz |
Correctly read to-device stream pos on SQLite (#16682)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/16682.misc | 1 |
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. |