diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-01-04 16:10:05 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-01-04 16:10:05 +0000 |
commit | bd9821f7f17916deec9266483e26b69cd5ce2b3b (patch) | |
tree | 795949ca470eac01d78945b9b8b17cc0462f4870 /changelog.d | |
parent | Include the topic event in the prejoin state, per MSC3173. (#11666) (diff) | |
download | synapse-bd9821f7f17916deec9266483e26b69cd5ce2b3b.tar.xz |
Better error messages from `get_create_event_for_room` (#11638)
"Unknown room" can mean a multitude of things here. To help with debugging, add some more words to the exception text.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/11638.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/11638.misc b/changelog.d/11638.misc new file mode 100644 index 0000000000..76dfb56bda --- /dev/null +++ b/changelog.d/11638.misc @@ -0,0 +1 @@ +Improve the error messages from `get_create_event_for_room`. |