summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorErik Johnston <erik@matrix.org>2020-10-23 10:41:32 +0100
committerGitHub <noreply@github.com>2020-10-23 10:41:32 +0100
commitdb9ef792f03aafa9f15d796a4004b0e0e551646d (patch)
treed7672d14f2c4a9f7ec85207c590385f31bf88acb /changelog.d
parentMerge tag 'v1.22.0rc1' into develop (diff)
downloadsynapse-db9ef792f03aafa9f15d796a4004b0e0e551646d.tar.xz
Fix email notifications for invites without local state. (#8627)
This can happen if e.g. the room invited into is no longer on the
server (or if all users left the room).
Diffstat (limited to 'changelog.d')
-rw-r--r--changelog.d/8627.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8627.bugfix b/changelog.d/8627.bugfix
new file mode 100644
index 0000000000..143cf95f92
--- /dev/null
+++ b/changelog.d/8627.bugfix
@@ -0,0 +1 @@
+Fix email notifications for invites without local state.