summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2021-01-21 16:05:13 +0000
committerErik Johnston <erik@matrix.org>2021-01-21 16:05:13 +0000
commit939ef657ce603dc0bd47dd66e8347ca5bb004241 (patch)
tree349e6f8de4f4219288f7c0c0c34f2b42fbd23167 /changelog.d
parentMerge remote-tracking branch 'origin/release-v1.26.0' into develop (diff)
parentAdd schema update to fix existing DBs affected by #9193 (#9195) (diff)
downloadsynapse-939ef657ce603dc0bd47dd66e8347ca5bb004241.tar.xz
Merge remote-tracking branch 'origin/release-v1.26.0' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/9195.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9195.bugfix b/changelog.d/9195.bugfix
new file mode 100644
index 0000000000..5233ffc3e7
--- /dev/null
+++ b/changelog.d/9195.bugfix
@@ -0,0 +1 @@
+Fix receipts or account data not being sent down sync. Introduced in v1.26.0rc1.