summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2019-10-01 10:17:24 +0100
committerErik Johnston <erik@matrix.org>2019-10-01 10:17:24 +0100
commit1d349fb159f4e5e6c4c593a83571d0da83f67101 (patch)
treef0a2bd387b5f45fd37bdda1abdf878a92636d3be /changelog.d
parentDrop unused tables (#6115) (diff)
parentNewsfile (diff)
downloadsynapse-1d349fb159f4e5e6c4c593a83571d0da83f67101.tar.xz
Merge branch 'erikj/fixup_devices_last_seen_query' of github.com:matrix-org/synapse into develop
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/6117.misc1
-rw-r--r--changelog.d/6135.bugfix1
2 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/6117.misc b/changelog.d/6117.misc
new file mode 100644
index 0000000000..f8bdb58f41
--- /dev/null
+++ b/changelog.d/6117.misc
@@ -0,0 +1 @@
+Fix up sample config entry for `redaction_retention_period` option.
diff --git a/changelog.d/6135.bugfix b/changelog.d/6135.bugfix
new file mode 100644
index 0000000000..5f9f010cb1
--- /dev/null
+++ b/changelog.d/6135.bugfix
@@ -0,0 +1 @@
+Fix bug in background update that adds last seen information to the `devices` table, and improve its performance on Postgres.