diff options
author | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-26 12:40:51 +0000 |
---|---|---|
committer | Andrew Morgan <andrew@amorgan.xyz> | 2020-02-26 12:40:51 +0000 |
commit | 32615656236efa222c08d03968b1c60cb23543e1 (patch) | |
tree | 367f8d0c9c32d4463b240566136a5de9ab2d9d95 /changelog.d | |
parent | 1.4.1rc1 (diff) | |
parent | Fix presence timeouts when synchrotron restarts. (#6212) (diff) | |
download | synapse-32615656236efa222c08d03968b1c60cb23543e1.tar.xz |
Fix presence timeouts when synchrotron restarts. (#6212)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6186.misc | 1 | ||||
-rw-r--r-- | changelog.d/6212.bugfix | 1 |
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. |