diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2021-02-04 10:18:25 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-04 10:18:25 -0500 |
commit | 792263c97c970cd629df8c589f973f7956c4eaba (patch) | |
tree | 5ffff47b72a94f5b61c43638458841f23a34b8da /changelog.d | |
parent | Fix escaping of braces in OIDC sample config. (#9317) (diff) | |
download | synapse-792263c97c970cd629df8c589f973f7956c4eaba.tar.xz |
Handle empty rooms when generating email notifications. (#9257)
Fixes some exceptions if the room state isn't quite as expected. If the expected state events aren't found, try to find them in the historical room state. If they still aren't found, fallback to a reasonable, although ugly, value.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/9257.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/9257.bugfix b/changelog.d/9257.bugfix new file mode 100644 index 0000000000..5d0bd88dce --- /dev/null +++ b/changelog.d/9257.bugfix @@ -0,0 +1 @@ +Fix long-standing bug where sending email push would fail for rooms that the server had since left. |