summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorDavid Robertson <davidr@element.io>2021-10-13 12:46:30 +0100
committerDavid Robertson <davidr@element.io>2021-10-13 12:46:30 +0100
commitb3e9b00fb28edc5d51d9a2d9b0652f9adc4b57cc (patch)
treeacab697f7dbcf26d7a7d6516b4f0db74feede586 /changelog.d
parentAdd type hints to synapse.events.*. (#11066) (diff)
parentStop user directory from failing if it encounters users not in the `users` ta... (diff)
downloadsynapse-b3e9b00fb28edc5d51d9a2d9b0652f9adc4b57cc.tar.xz
Merge remote-tracking branch 'origin/release-v1.45' into develop
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/11053.bugfix2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelog.d/11053.bugfix b/changelog.d/11053.bugfix
new file mode 100644
index 0000000000..a59cfac931
--- /dev/null
+++ b/changelog.d/11053.bugfix
@@ -0,0 +1,2 @@
+Fix a bug introduced in Synapse 1.45.0rc1 where the user directory would stop updating if it processed an event from a
+user not in the `users` table.