diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2021-06-24 16:00:08 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-06-24 16:00:08 +0100 |
commit | 8165ba48b1d7d6a265683b06e32d08935f41fa69 (patch) | |
tree | fdf7c961890d9597428841146ae9ea88ade264c2 /changelog.d | |
parent | Improve validation for `send_{join,leave,knock}` (#10225) (diff) | |
download | synapse-8165ba48b1d7d6a265683b06e32d08935f41fa69.tar.xz |
Return errors from `send_join` etc if the event is rejected (#10243)
Rather than persisting rejected events via `send_join` and friends, raise a 403 if someone tries to pull a fast one.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/10243.feature | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/10243.feature b/changelog.d/10243.feature new file mode 100644 index 0000000000..d16f66ffe9 --- /dev/null +++ b/changelog.d/10243.feature @@ -0,0 +1 @@ +Improve validation on federation `send_{join,leave,knock}` endpoints. |