summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2023-11-02 10:00:18 -0400
committerGitHub <noreply@github.com>2023-11-02 14:00:18 +0000
commitbf69b574226192b946aeaf7a72a39457a3792e41 (patch)
tree724103391be89b5f1448fc6797fbe9753e4d23c8 /changelog.d
parentUpdate changelog (diff)
downloadsynapse-bf69b574226192b946aeaf7a72a39457a3792e41.tar.xz
Fix "'int' object is not iterable" error in set_device_id_for_pushers background update (#16594)
A regression from removing the cursor_to_dict call, adds back
the wrapping into a tuple.
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/16594.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/16594.bugfix b/changelog.d/16594.bugfix
new file mode 100644
index 0000000000..701fa0dcdc
--- /dev/null
+++ b/changelog.d/16594.bugfix
@@ -0,0 +1 @@
+Fix "'int' object is not iterable" error in `set_device_id_for_pushers` background update introduced in Synapse 1.95.0.