summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorAndrew Morgan <andrew@amorgan.xyz>2020-02-26 12:40:51 +0000
committerAndrew Morgan <andrew@amorgan.xyz>2020-02-26 12:40:51 +0000
commit32615656236efa222c08d03968b1c60cb23543e1 (patch)
tree367f8d0c9c32d4463b240566136a5de9ab2d9d95 /changelog.d
parent1.4.1rc1 (diff)
parentFix presence timeouts when synchrotron restarts. (#6212) (diff)
downloadsynapse-32615656236efa222c08d03968b1c60cb23543e1.tar.xz
Fix presence timeouts when synchrotron restarts. (#6212)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6186.misc1
-rw-r--r--changelog.d/6212.bugfix1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/6186.misc b/changelog.d/6186.misc
new file mode 100644
index 0000000000..5e1314a0ac
--- /dev/null
+++ b/changelog.d/6186.misc
@@ -0,0 +1 @@
+Reject (accidental) attempts to insert bytes into postgres tables.
diff --git a/changelog.d/6212.bugfix b/changelog.d/6212.bugfix
new file mode 100644
index 0000000000..918755fee0
--- /dev/null
+++ b/changelog.d/6212.bugfix
@@ -0,0 +1 @@
+Fix bug where presence would not get timed out correctly if a synchrotron worker is used and restarted.