synapse/changelog.d/7859.bugfix
Richard van der Hoff 346476df21
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.
2020-07-16 15:17:31 +01:00

2 lines
68 B
Plaintext

Fix a bug which allowed empty rooms to be rejoined over federation.