summary refs log tree commit diff
path: root/changelog.d/12570.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Exclude OOB memberships from the federation sender (#12570)Richard van der Hoff2022-05-031-0/+1
As the comment says, there is no need to process such events, and indeed we need to avoid doing so. Fixes #12509.