diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-07-16 15:17:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 15:17:31 +0100 |
commit | 346476df211a36d008d23990fc53fffc34a1a0d9 (patch) | |
tree | 347d42184f7b04ee2a120910adec38dddbdcc9ca /changelog.d | |
parent | Allow moving typing off master (#7869) (diff) | |
download | synapse-346476df211a36d008d23990fc53fffc34a1a0d9.tar.xz |
Reject attempts to join empty rooms over federation (#7859)
We shouldn't allow others to make_join through us if we've left the room; reject such attempts with a 404. Fixes #7835. Fixes #6958.
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7859.bugfix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7859.bugfix b/changelog.d/7859.bugfix new file mode 100644 index 0000000000..19cff4b061 --- /dev/null +++ b/changelog.d/7859.bugfix @@ -0,0 +1 @@ +Fix a bug which allowed empty rooms to be rejoined over federation. |