diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2022-06-17 16:30:59 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-17 16:30:59 +0100 |
commit | d4b1c0d800eaa83c4d56a9cf17881ad362b9194b (patch) | |
tree | e5fb75557e85acc5a1ab9c5b4d7e1ecd436df100 /changelog.d | |
parent | Fix inconsistencies in event validation for `m.room.create` events (#13087) (diff) | |
download | synapse-d4b1c0d800eaa83c4d56a9cf17881ad362b9194b.tar.xz |
Fix inconsistencies in event validation (#13088)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/13088.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/13088.bugfix b/changelog.d/13088.bugfix new file mode 100644 index 0000000000..7c69801afe --- /dev/null +++ b/changelog.d/13088.bugfix @@ -0,0 +1 @@ +Fix some inconsistencies in the event authentication code. |