Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
Handle empty rooms when generating email notifications. (#9257)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
clokep authored Feb 4, 2021
1 parent 2ab6e67 commit 792263c
Show file tree
Hide file tree
Showing 3 changed files with 226 additions and 39 deletions.
1 change: 1 addition & 0 deletions changelog.d/9257.bugfix
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Fix long-standing bug where sending email push would fail for rooms that the server had since left.
Loading

0 comments on commit 792263c

Please sign in to comment.