summary refs log tree commit diff
path: root/changelog.d/9257.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Handle empty rooms when generating email notifications. (#9257)Patrick Cloke2021-02-041-0/+1
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.