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 | |
| 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 '')
| -rw-r--r-- | changelog.d/11638.misc | 1 | ||||
| -rw-r--r-- | synapse/storage/databases/main/state.py | 6 | 
2 files changed, 6 insertions, 1 deletions
| diff --git a/changelog.d/11638.misc b/changelog.d/11638.misc new file mode 100644 | 
