summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorreivilibre <oliverw@matrix.org>2022-05-26 12:19:01 +0100
committerGitHub <noreply@github.com>2022-05-26 11:19:01 +0000
commite76864436867deba7fc6b740d1f8d80f4717f44b (patch)
tree4e8b442437eed7dfa3fb55cefbfc9b2d293bebab /changelog.d
parentRemove unstable APIs for /hierarchy. (#12851) (diff)
downloadsynapse-e76864436867deba7fc6b740d1f8d80f4717f44b.tar.xz
Fix ambiguous column name that would prevent use of MSC2716 History Import when using Postgres as a database. (#12843)
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/12843.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/12843.bugfix b/changelog.d/12843.bugfix
new file mode 100644
index 0000000000..f87c0799a0
--- /dev/null
+++ b/changelog.d/12843.bugfix
@@ -0,0 +1 @@
+Fix bug where servers using a Postgres database would fail to backfill from an insertion event when MSC2716 is enabled (`experimental_features.msc2716_enabled`).