summary refs log tree commit diff
path: root/changelog.d/6144.bugfix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 1.5.0rc1Andrew Morgan2019-10-241-1/+0
|
* Fix yields and copy instead of move push rules on room upgrade (#6144)Andrew Morgan2019-10-021-0/+1
Copy push rules during a room upgrade from the old room to the new room, instead of deleting them from the old room. For instance, we've defined upgrading of a room multiple times to be possible, and push rules won't be transferred on the second upgrade if they're deleted during the first. Also fix some missing yields that probably broke things quite a bit.