diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2018-10-02 13:57:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-10-02 13:57:54 +0100 |
commit | 2b8d28b095e5171242a76d937e12d159b28fee0b (patch) | |
tree | 5f92cd55801216e56a62d6ba2a7ddec67dfffced /changelog.d | |
parent | Disable frozen dicts by default (#3987) (diff) | |
parent | Merge branch 'develop' into rav/fix_missing_create_event_error (diff) | |
download | synapse-2b8d28b095e5171242a76d937e12d159b28fee0b.tar.xz |
Merge pull request #3960 from matrix-org/rav/fix_missing_create_event_error
Fix error handling for missing auth_event
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/3960.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/3960.bugfix b/changelog.d/3960.bugfix new file mode 100644 index 0000000000..a01dc60df6 --- /dev/null +++ b/changelog.d/3960.bugfix @@ -0,0 +1 @@ +Fix error message for events with m.room.create missing from auth_events \ No newline at end of file |