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 | |
| 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.
| -rw-r--r-- | changelog.d/7859.bugfix | 1 | ||||
| -rw-r--r-- | synapse/handlers/federation.py | 15 |
2 files changed, 14 insertions, 2 deletions
diff --git a/changelog.d/7859.bugfix b/changelog.d/7859.bugfix new file mode 100644 |
