Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2019-10-02 | Fix up some typechecking (#6150) | Amber Brown | 22 | -40/+104 | |
* type checking fixes * changelog | |||||
2019-10-02 | Fix yields and copy instead of move push rules on room upgrade (#6144) | Andrew Morgan | 3 | -12/+9 | |
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 o |