summary refs log tree commit diff
path: root/changelog.d/8559.misc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Optimise createRoom with multiple invites (#8559)Richard van der Hoff2020-10-291-0/+1
By not dropping the membership lock between invites, we can stop joins from grabbing the lock when we're half-done and slowing the whole thing down.