summary refs log tree commit diff
path: root/changelog.d/7859.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Reject attempts to join empty rooms over federation (#7859)Richard van der Hoff2020-07-161-0/+1
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.