summary refs log tree commit diff
path: root/changelog.d/5051.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Prevent multiple upgrades on the same room at once (#5051)Andrew Morgan2019-06-251-0/+1
Closes #4583 Does slightly less than #5045, which prevented a room from being upgraded multiple times, one after another. This PR still allows that, but just prevents two from happening at the same time. Mostly just to mitigate the fact that servers are slow and it can take a moment for the room upgrade to actually complete. We don't want people sending another request to upgrade the room when really they just thought the first didn't go through.