diff options
author | Erik Johnston <erik@matrix.org> | 2020-10-23 10:41:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-23 10:41:32 +0100 |
commit | db9ef792f03aafa9f15d796a4004b0e0e551646d (patch) | |
tree | d7672d14f2c4a9f7ec85207c590385f31bf88acb /changelog.d | |
parent | Merge tag 'v1.22.0rc1' into develop (diff) | |
download | synapse-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.bugfix | 1 |
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. |