From 792263c97c970cd629df8c589f973f7956c4eaba Mon Sep 17 00:00:00 2001 From: Patrick Cloke Date: Thu, 4 Feb 2021 10:18:25 -0500 Subject: 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. --- changelog.d/9257.bugfix | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/9257.bugfix (limited to 'changelog.d/9257.bugfix') 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. -- cgit 1.4.1